function OpenPopUP(ID,VN){
	//de breedt is 1.3 maal de hoogte
	window.open(ID,VN,'width=' + ((screen.availHeight-100)*1.34) + ',height=' + (screen.availHeight - 100) + ',left=0,top=0,resizable=yes,scrollbars=yes,status=yes');
	
	//'width=' + (screen.availWidth - 100) + ',height=' + (screen.availHeight - 300) + ',left=44,top=50,resizable=yes,scrollbars=yes,status=yes,' + 'toolbar=yes,location=yes,menubar=yes'
	//alert(ID,VN);
}

function OpenPopUP100x100(ID,VN){
	window.open(ID,VN,"scrollbars=no,resizable=no,width=244,height=161");
}



function OpenPopUPhome(ID,VN){
	window.open(ID,VN,"scrollbars=no,resizable=no,width=704,height=590");
}
function OpenPopUPhomeaanbieding(ID,VN){
	window.open(ID,VN,"scrollbars=no,resizable=no,width=845,height=570");
}
function OpenPopUPbestel(ID,VN){
	window.open(ID,VN,"scrollbars=no,resizable=yes,width=780,height=560");
}
function OpenPopUPimtech(ID,VN){
	window.open(ID,VN,"scrollbars=no,resizable=no,width=298,height=456");
}
function OpenPopUPTrouwenInDeRegio(ID,VN){
	window.open(ID,VN,"scrollbars=yes,resizable=yes,width=800,height=768");
}
