
/*
	pp_legal_notice.html
	pp_privacy_policy.html
	pp_contact_us.html
	pp_about_us.html
	pp_medical_device.html
	pp_credos.html
	pp_uv_blocking.html
*/
function open_window(theURL)
{
	var windowprops = "width=417, height=400, location=no, toolbar=no, menubar=no, scrollbars=yes, resizable=no, left=320, top=190";
	popup = window.open(theURL,"WindowName",windowprops);
	popup.focus();
}

function open_voucher_window(theURL)
{
	var windowprops = "width=750, height=370, location=no, toolbar=no, menubar=no, scrollbars=yes, resizable=no, left=200, top=190";
	popup = window.open(theURL,"WindowName",windowprops);
	popup.focus();
}