function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function reset(event)
{
	var xxx=document.getElementById('submenu').cells
	x=event.x;
	y=event.y;
	if(y>140) 
		{
			showit(3);
			for(i=0; i<=5; i++)
			{
				xxx[i].style.color='white';
			}
		}
	if(y<70)
		{
			showit(3);
		}
}