
function openpopup_4aae(url){
	var aspect = 1.1;
	var swMax = screen.availWidth-25;
	var shMax = screen.availHeight-100;
	var width=900;
	var height=600;
	var sh = Math.min(shMax, swMax*aspect);
	remote = window.open(url,"infopopup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+width+",height="+sh);
	remote.focus();
}

function openpopup_5aae(url){
	var aspect = 1.1;
	var swMax = screen.availWidth-25;
	var shMax = screen.availHeight-100;
	var width=900;
	var height=600;
	var sh = Math.min(shMax, swMax*aspect);
	remote = window.open(url,"kollektionpopup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+width+",height="+sh);
	remote.focus();
}
 
 

function openpopup_shop(url) {
	var aspect = 1.1;
	var swMax = screen.availWidth-25;
	var shMax = screen.availHeight-100;
	var width=900;
	var height=600;
	var sh = Math.min(shMax, swMax*aspect);
	remote = window.open(url,"datenpopup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+width+",height="+sh);
	remote.focus();
}

function openpopup_27b5(url) {
	var aspect = 1.1;
	var swMax = screen.availWidth-25;
	var shMax = screen.availHeight-100;
	var width=800;
	var height=600;
	var sh = Math.min(shMax, swMax*aspect);
	remote = window.open(url,"kleinpopup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+width+",height="+height);
	remote.focus();
}
