function IntranetStart() {
newWindow = window.open('intranet/intranetstart.asp?StartPage=HOME','intranet23','status=yes,scrollbars=yes,resizable=no,width=800,height=600,screenX=0,screenY=0,top=0,left=0');
}


function Select1()
{
  document.form1.target='_top';
  document.form1.submit();
}


