<!--
function start() {
 if ((self.screen.availWidth>1024) && (self.screen.availWidth>768))
{
	CreateStaticMenu("MenuDiv",  0, 0)
}
}
//-->
