<!--
function openW() {
	window.open('../menu.html', 'MENU', 'height=450,width=450');
	}

if (window.name!='MENU2') 
	document.write("<A HREF=# onclick='openW();'>");
else
	document.write("<A HREF='../menu2.html'>");

document.write("<IMG SRC=../menu.gif WIDTH=36 HEIGHT=36 BORDER=0 ALIGN=Left></A>");
Onload=window.focus(); 
//-->