<!--
function addFav(){ if ( navigator.appName != "Microsoft Internet Explorer" ){
window.sidebar.addPanel(document.title,location.href,"");
}else window.external.AddFavorite(location.href, document.title);}
function contactUs(){
   if($Nav()=='IE'){ var posLeft = window.event.clientX-100; var posTop = window.event.clientY; }
   else{ var posLeft = 100; var posTop = 100; }
   window.open("/contactus.html", "popUpImagesWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=500,left="+posLeft+", top="+posTop);
}
-->