<!--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/ButDiaStockDE.gif";
   DiaOffer2 = new Image;
   DiaOffer2.src = "../Graphics/ButDiaStockDE2.gif";
   Watches1 = new Image;
   Watches1.src = "../Graphics/offerswatch1-de.jpg";
   Watches2 = new Image;
   Watches2.src = "../Graphics/offerswatch2-de.jpg";
   Rob1 = new Image;
   Rob1.src = "../Graphics/ButAbout.gif";
   Rob2 = new Image;
   Rob2.src = "../Graphics/ButAbout2.gif";
   BuyTips1 = new Image;
   BuyTips1.src = "../Graphics/ButTipsDE.gif";
   BuyTips2 = new Image;
   BuyTips2.src = "../Graphics/ButTipsDE2.gif";
   Vryens1 = new Image;
   Vryens1.src = "../Graphics/ButVryJewDE.gif";
   Vryens2 = new Image;
   Vryens2.src = "../Graphics/ButVryJewDE2.gif";
   LecTour1 = new Image;
   LecTour1.src = "../Graphics/ButLecDE.gif";
   LecTour2 = new Image;
   LecTour2.src = "../Graphics/ButLecDE2.gif";
   FreeApp1 = new Image;
   FreeApp1.src = "../Graphics/ButFreeAppDE.gif";
   FreeApp2 = new Image;
   FreeApp2.src = "../Graphics/ButFreeAppDE2.gif";
   Win1 = new Image;
   Win1.src = "../Graphics/ButContactDE.gif";
   Win2 = new Image;
   Win2.src = "../Graphics/ButContactDE2.gif";
}
//-->
