// JavaScript Document
function PolicyWindow(webpage) {
		var url = webpage;
		var hWnd = window.open(url,"Aquote_Insurance_Policy_Wording","width=450,height=350,resizable=no,scrollbars=yes");
			hWnd.focus();
		if (hWnd != null) {     if (hWnd.opener == null) { hWnd.opener = self; window.name = "home"; hWnd.location.href=url; } }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
}