<!--
function $Nav(){
	if(window.navigator.userAgent.indexOf("MSIE")>=1) return 'IE';
  else if(window.navigator.userAgent.indexOf("Firefox")>=1) return 'FF';
  else return "OT";
}
function contactUs(){
   window.open("/static/contactus.html", "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=500,left=100, top=100");
}
function addFav(){ if ( navigator.appName != "Microsoft Internet Explorer" ){
window.sidebar.addPanel(document.title,location.href,"");
}else window.external.AddFavorite(location.href, document.title);}

-->