var bypass=0;
var bIE = navigator.appName=="Microsoft Internet Explorer";
function doPopUp3(){
if (bIE){
doPopUpWindow = window.open("http://www.arabrab.ch/Special/PetsGeburi2003.htm","","fullscreen=yes");
bypass=1;
}
}
function doRePopUp3(){
if (bIE){
if (bypass>0){
doPopUpWindow = window.open("http://www.arabrab.ch/Special/PetsGeburi2003.htm","","fullscreen=yes");
doPopUpWindow.focus();
}
}
}
