	var ns4=document.layers?1:0
	var ie4=document.all?1:0
	var ns6=document.getElementById&&!document.all?1:0

	if(ns4||ns6)
		document.write("<body bgcolor='black' fgcolor='white' text='#F0F0F0' vlink='#c4fffe' link='#c4fffe' hover='#ffffcc'>");
	else
		document.write("<body bgcolor='black' fgcolor='white' text='#F0F0F0' vlink='#c4fffe' link='#c4fffe' hover='#ffffcc' onScroll='movemenu()'>");

	function clickIE() 
	{
		//if (ie4) 
		//	return false;
	}
	
	function clickNS(e) 
	{
	//	if (ns4||ns6)
	//		if (e.which==2||e.which==3)
	//			return false;
	}
	
	if (ns4) 
	{
	//	document.captureEvents(Event.MOUSEDOWN);
	//	document.onmousedown=clickNS;
	}
	else
	{
	//	document.onmouseup=clickNS;
	//	document.oncontextmenu=clickIE;
	}
	//document.oncontextmenu=new Function("return false")