/*
* Allianz original pop-up code
*
* Taken from original Allianz Direct pop-up code
*/
function PopUp(URL) {
	var l = 115;
	var t = 75;
	var w =670;
	var h = 450;
	var windowprops = "location=no,scrollbars=yes,menubars=yes,toolbar=yes,resizable=yes,status=yes" + ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
	popup = window.open( URL, "MenuPopup", windowprops );
}


function PopUp2(URL) {
	var l = 115;
	var t = 75;
	var w =658;
	var h = 450;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbar=yes,resizable=yes,status=yes" + ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
	popup = window.open( URL, "MenuPopup", windowprops );
}


function PopUp3(URL) {
	var l = 115;
	var t = 75;
	var w =675;
	var h = 450;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbar=yes,resizable=yes,status=yes" + ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
	popup = window.open( URL, "MenuPopup", windowprops );
}

function PopUp4(URL) {
	var l = 115;
	var t = 75;
	var w =658;
	var h = 450;
	var windowprops = "location=no,scrollbars=yes,menubars=no,toolbar=yes,resizable=yes,status=yes" + ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
	popup = window.open( URL, "MenuPopup", windowprops );
}

NS4 = ( document.layers);
IE4 = (document.all );
ver4 = ( NS4 || IE4 );
IE5 = ( IE4 && navigator.appVersion.indexOf( "5.") != -1 );
isMac = ( navigator.appVersion.indexOf( "Mac" ) != -1 );