function imagezoom(_imageid,_text) {document.getElementById('imagezoom_img').src= URL_FRONTEND+"/external/imagezoom.php?id="+_imageid+"&text="+_text;	document.getElementById('imagezoom').style.visibility='visible';	document.getElementById('imagezoom_img').style.visibility='visible';}
imagezoom_clear = function () {document.getElementById('imagezoom').style.visibility='hidden';document.getElementById('imagezoom_img').style.visibility='hidden';}
function openMicrosite(_site) {var _top ='50px';var _left ='50px';var _width ='720px';var _height='477px';var _url="http://www.malteser-koeln.de/microsites/"+_site;window.open( _url,'','width='+_width+'px,height='+_height+'px,menubar=no,location=no,resizable=no,scrollbars=no,status=yes,left='+_left+'top='+_top);}
