<!--
var my_offset;
if(document.body.offsetWidth>800)my_offset=(document.body.offsetWidth-800)/2; else my_offset=0;
MENU_POS[0]['block_left']=MENU_POS[0]['block_left']+my_offset;
new menu(MENU_ITEMS,MENU_POS);
//
// Put a onResize in the <BODY> with 
// onResize="window.location.href = window.location.href;my_move();"
//
// Put a link to the style in the <HEAD>
// <link rel="stylesheet" href="http://www.telecomsinfo.com/menus/menu.css">
//
function my_move(){
if(document.body.offsetWidth>800)my_offset=(document.body.offsetWidth-800)/2+"px"; else my_offset=0;
MENU_POS[0]['block_left']=MENU_POS[0]['block_left']+my_offset;
}
-->