
   bName = navigator.appName;
   bVer = parseInt(navigator.appVersion);
   if (bName == "Netscape" && bVer >= 3) ver = "n3";
   else if (bName == "Netscape" && bVer == 2) ver = "n2"; 
   else if (bName == "Microsoft Internet Explorer" && bVer <= 3) ver = "e3";
   else if (bName == "Microsoft Internet Explorer" && bVer >= 4) ver = "n3";
 
   if (ver == "n3")
 
   {
 
   but1on = new Image(); but1on.src = "images/button_algemeen_on.gif";
   but1off = new Image(); but1off.src = "images/button_algemeen_off.gif";
 
   but2on = new Image(); but2on.src = "images/button_zoeken_on.gif";
   but2off = new Image(); but2off.src = "images/button_zoeken_off.gif";
 
   but3on = new Image(); but3on.src = "images/button_kwintus_on.gif";
   but3off = new Image(); but3off.src = "images/button_kwintus_off.gif";
 
   but4on = new Image(); but4on.src = "images/button_nieuwbouw_on.gif";
   but4off = new Image(); but4off.src = "images/button_nieuwbouw_off.gif";
 
   but5on = new Image(); but5on.src = "images/button_contact_on.gif";
   but5off = new Image(); but5off.src = "images/button_contact_off.gif";

   but6on = new Image(); but6on.src = "images/button_home_on.gif";
   but6off = new Image(); but6off.src = "images/button_home_off.gif";
   }
 
   function img_act(imgName)
   {
   if (ver == "n3")
   {
   imgOn = eval(imgName + "on.src");
   document [imgName].src = imgOn;
   }}function img_inact(imgName)
   {if (ver == "n3")
   {
   imgOff = eval(imgName + "off.src");
   document [imgName].src = imgOff;}}
 


function clickSpecial(){
	document.location = 'objectdetails.php?id='+pandid;
}




