function gotogalerie(galerieid) {
	self.location="/index.php?page=5^0&galerieid="+galerieid;
}

function CenterPopUpS_NoScroll(seite,breite,hoehe,name) 
{
   f3=window.open (seite,name,'scrollbars=no,status=no,width='+breite+',height='+hoehe+',menubar=no,left=50,top=50,location=no,resizable=no,directories=no');
   f3.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2);
   f3.focus();
}
