function getStyle(elemName) { var elem; if (document.getElementById) { elem=document.getElementById(elemName);} else if (document.all) { elem=document.all[elemName];} else if (document.layers) { elem=document.layers[elemName]; px="";} else {return null;} if (!elem.style) { return elem; } return elem.style; } function showmenu(elemName) { var style=getStyle(elemName); if (style) { style.visibility="visible"; } } function hidemenu(elemName){ var style=getStyle(elemName) style.visibility="hidden"; } function delayhidemenu(elemName){ delayhide=setTimeout("hidemenu('"+elemName+"')",50) } function clearhidemenu(){ if (window.delayhide) clearTimeout(delayhide) } function innovare_menu_bold (text, url) { document.write("
"); document.write(" "+text+"
"); } function innovare_menu_normal (text, url) { document.write("
"); document.write(" - "+text+"
"); } function innovare_menu_topmenu (id, text, width) { document.write("
"); document.write(text+"
"); } function innovare_menu_topmenu_link (text, width, url) { document.write("
"); document.write(text+"
"); } function innovare_ddmenu_menuwindow_start (id, width) { document.write("
"); document.write("
"); } function innovare_ddmenu_menuwindow_stopp () { document.write("
"); }