function openindex()
{
OpenWindow=window.open ('titlepage.html', 'newwindow', config='height=600,
width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no');
}
