function ox() { position=0; if (document.body.clientWidth > 780 ) position=(document.body.clientWidth/2)-385; return position; }; function clear_menu() { main_menu1.style.color='white'; } function menu_hide(l,x) { if (document.all) { l.style.pixelLeft = x; l.style.visibility = "visible"} else if (document.layers) { l.left = x; l.visibility = "show"} }; function menu_show(l,x) { if (document.all) { l.style.pixelLeft = x; l.style.visibility = "visible"} else if (document.layers) { l.left = x; l.visibility = "show"} }; function create_menu(fobj_num,te,fl,position,t,w){ if (document.body.clientWidth > 780 ) { position=position+(document.body.clientWidth/2)-385; } if (document.all) { document.write(''); if (document.all) {document.write('')} document.write('') } } if (top.location.href != window.location.href) { top.location.href=window.location.href; }