menu_back_col="#1C299F";
menu_back_col_hi="#CBCEE9";

box_text_col="Black";
box_text_hi="Black";
box_text_back_col = "#CBCEE9";
box_text_back_hi = "#B9BFE1";
box_back_col="#CBCEE9";
box_back_col_hi="#B9BFE1";
box_border_col="#7A7D4B";
box_border_width=0;
box_offset=0;
f_box_offset=65;
box_width="150px";

menu_status=0;
menu_name="";

close_time=1000;
f_close_time=100;
function movepic(img_name,img_src) 
{
 document[img_name].src=img_src;
}


 function back_do(ob,back_grnd)
 {
  if (!document.getElementById) return;
     obj = document.getElementById(ob);
 
  obj.style.backgroundImage = back_grnd;
 }
 
  function back_undo(ob)
 {
  if (!document.getElementById) return;
     obj = document.getElementById(ob);
  obj.style.backgroundImage = "url(none)";
 }