browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if(browserVer > 3)
        version="3";
else
        version="2";

if (version=="3")
{
  central_on=new Image;      
var LiveConnectOn = 0;
var hasJava = 0;        
var hasIFC = 0;        
var str = '';
self.name="ns_search_results";

home_on=new Image();
home_on.src="/images/home.gif";

full_on=new Image();
full_on.src="/images/full.gif";

print_on=new Image();
print_on.src="/images/printissue.gif";

archives_on=new Image();
archives_on.src="/images/archives.gif";

search_on=new Image(); 
search_on.src="/images/search.gif";

contactus_on=new Image(); 
contactus_on.src="/images/contactus.gif";

subscribenow_on=new Image(); 
subscribenow_on.src="/images/subscribenow.gif";

home_on=new Image(); 
home_on.src="/images/home.gif";

}

function rollIn(area) 
{
   if (version=="3")
   {
      document["map_"].src=eval(area + "on.src");
   }
}