document.write("<script language=JavaScript src=\"scripts/mess.js\"></script>");

function addbookmark(bookmarkurl, bookmarktitle)
{
	if (window.sidebar) { 
		window.sidebar.addPanel(document.title, document.location,"");
	} else if( window.external ){ 
		window.external.AddFavorite( document.location, document.title); 
	} else if(window.opera && window.print) { 
		return true;
	}
}

function MZ()
{
 if(navigator.userAgent.indexOf('Mozilla')+1) return true;
 else return false;
}

function NN6()
{
 if(navigator.userAgent.indexOf('Netscape6')+1) return true;
 else return false;
}

function NN7()
{
 if(navigator.userAgent.indexOf('Netscape/7')+1) return true;
 else return false;
}

function IE()
{
 if(window.navigator.appName.indexOf("Explorer") >= 0) return true;
 else return false;
}

function Layer(layerName)
{
 if (NN6() || NN7() || MZ()) 
  return document.getElementById(layerName).style;
 else 
  if (IE()) 
   return document.all[layerName].style;
  else 
   return document.layers[layerName];
}