$(document).ready(function(){$("a.fbox").fancybox({'speedIn':600,'speedOut':200,'width':300,'height':400,'showNavArrows':false});$("a.fbox2").fancybox({'speedIn':600,'speedOut':200,'width':300,'height':400,'showNavArrows':false});$("a.fbox_button").fancybox({'speedIn':600,'speedOut':200,'width':300,'height':400,'showNavArrows':false});$("a.fbox_list").fancybox({'speedIn':600,'speedOut':200,'width':300,'height':400,'showNavArrows':false});});function FensterOeffnen(anid,gsid,showmode){var Adresse="http://www.gutschein-pinnwand.de/out/gutscheinanbieter.php?anid="+anid+"&gsid="+gsid;outwindow=window.open(Adresse,"Zweitfenster","location=yes,scrollbars=yes,menubar=yes,width=500,height=400,left=0,top=0,resizable=yes");outwindow.focus();if(showmode=='gsshow'){var strURL="../../add_mods/anbieter/gs_show.php?set="+gsid;var req=getXMLHTTP();if(req){req.onreadystatechange=function(){if(req.readyState==4){if(req.status==200){document.getElementById('gs'+gsid).innerHTML=req.responseText;}else{alert("Abfrage nicht möglich:\n"+req.statusText);}}}
req.open("GET",strURL,true);req.send(null);}}}function FensterOeffnen2(banid){var Adresse="http://www.gutschein-pinnwand.de/out/gutscheinanbieter.php?banid="+banid;MeinFenster=window.open(Adresse,"Zweitfenster","location=yes,scrollbars=yes,menubar=yes,width=500,height=400,left=0,top=0,resizable=yes");MeinFenster.focus();}function getXMLHTTP(){var xmlhttp=false;try{xmlhttp=new XMLHttpRequest();}catch(e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}catch(e1){xmlhttp=false;}}}return xmlhttp;}function suchclear(default_text){if(default_text='bitte Suchbegriff eingeben'){document.getElementById('suchbegriff').value='';}}