function PreloadImages() {
  var d=document; if(d.images){ if(!d.Template_p) d.Template_p=new Array();
    var i,j=d.Template_p.length,a=PreloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.Template_p[j]=new Image; d.Template_p[j++].src=a[i];}}
  }

function Menug(id) 
 {
  var element = document.getElementById(id);
  element.style.backgroundImage = 'url(/common/img/menug.gif)';
 }

function Menub(id) 
 {
  var element = document.getElementById(id);
  element.style.backgroundImage = 'url(/common/img/menub.gif)';
 }

function add_bookmark(url,title){
if (!url) url = location.href;
if (!title) title = document.title; 
 else {title=document.title;}
if (window.sidebar) 				// Mozilla Firefox Bookmark
  {window.sidebar.addPanel(title, url,"");}
 else if(window.external )			// IE Favorite
   {window.external.AddFavorite(url, title); }
  else if(window.opera && window.print) 	// Opera Hotlist
   {return true;}
}

