<!--var
passed = false;
var user_agent = navigator.appName;
var agent_version = navigator.appVersion;
if(
((user_agent.indexOf("Netscape") != -1)&&(agent_version.charAt(0)>2))
|
((user_agent.indexOf("Microsoft Internet Explorer") != -1)&&(agent_version.charAt(0)>3))
){
   passed = true;
DiaOffer1 = new Image;
   DiaOffer1.src = "../Graphics/ButDiaStockNL.gif";
   DiaOffer2 = new Image;
   DiaOffer2.src = "../Graphics/ButDiaStockNL2.gif";
   Watches1 = new Image;
   Watches1.src = "../Graphics/offerswatch1-nl.jpg";
   Watches2 = new Image;
   Watches2.src = "../Graphics/offerswatch2-nl.jpg";
   Rob1 = new Image;
   Rob1.src = "../Graphics/ButAbout.gif";
   Rob2 = new Image;
   Rob2.src = "../Graphics/ButAbout2.gif";
   BuyTips1 = new Image;
   BuyTips1.src = "../Graphics/ButTipsNL.gif";
   BuyTips2 = new Image;
   BuyTips2.src = "../Graphics/ButTipsNL2.gif";
   Vryens1 = new Image;
   Vryens1.src = "../Graphics/ButVryJewNL.gif";
   Vryens2 = new Image;
   Vryens2.src = "../Graphics/ButVryJewNL2.gif";
   LecTour1 = new Image;
   LecTour1.src = "../Graphics/ButLecNL.gif";
   LecTour2 = new Image;
   LecTour2.src = "../Graphics/ButLecNL2.gif";
   FreeApp1 = new Image;
   FreeApp1.src = "../Graphics/ButFreeAppNL.gif";
   FreeApp2 = new Image;
   FreeApp2.src = "../Graphics/ButFreeAppNL2.gif";
   Win1 = new Image;
   Win1.src = "../Graphics/ButContactNL.gif";
   Win2 = new Image;
   Win2.src = "../Graphics/ButContactNL2.gif";
}
//-->
