
//Popup-Fenster öffnen
function openWindow(url) 
{
	window.open(url,'shopinfos','width=506,height=590,left=142,top=50,scrollbars=yes,status=no,resizable=yes,dependent=no');
	shopinfos.focus();
}