<!--
if (self.parent.frames.length != 0)
{
	self.parent.location=document.location;
}
function show(display,wmenu)
{
	if(document.layers)
		document.layers[wmenu].visibility=display; 
	else if (document.getElementById)
		document.getElementById(wmenu).style.visibility=display;
	else if (document.all)
		document.all(wmenu).style.visibility=display;
}
//-->