function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function click(e) {
	var xTop;
	var xLeft;
	var xWidth;
	var xHeight;
	
	var xType = document.all.DIVBranches;
	type = typeof xType;
	if(type == "object") {
		if (document.all) {
			mbutton = event.button;
			mbX = event.clientX;
			mbY = event.clientY;
			
			if(document.all.DIVServices) {
				if(document.all.DIVServices.style.visibility == "visible") {
					xShow = 1;
				}
				else { xShow = 0;}
			}
			if(document.all.DIVInquiries) {
				if(document.all.DIVInquiries.style.visibility == "visible") {
					xShowInquiries = 1;
				}
				else { xShowInquiries = 0;}
			}
		
			if(document.all.DIVClaims) {
				if(document.all.DIVClaims.style.visibility == "visible") {
					xShowClaims = 1;
				}
				else { xShowClaims = 0;}
			}
			
			//BRANCHES
			if(document.all.DIVBranches.style.visibility == "visible") {
				xShowBranch = 1;
			}
			else { xShowBranch = 0;}
		}
		
		//about inquiries2
		if(document.all.DIVFreeera) {
				if(document.all.DIVFreeera.style.visibility == "visible") {
					xShowFreeera = 1;
				}
				else { xShowFreeera = 0;}
			}
		if(document.all.DIVInquiries2) {
				if(document.all.DIVInquiries2.style.visibility == "visible") {
					xShowInquiries2 = 1;
				}
				else { xShowInquiries2 = 0;}
			}
		else if(document.layers) 
		{	mbutton = e.which;
			mbX = e.pageX;
			mbY = e.pageY;
			
			if(document.DIVServices) {
				if(document.DIVServices.visibility == "show") {
					xShow = 1;
				}
				else { xShow = 0;}
			}
			if(document.DIVInquiries) {
				if(document.DIVInquiries.visibility == "show") {
					xShowInquiries = 1;
				}
				else { xShowInquiries = 0;}
			}
	
			if(document.DIVClaims) {
				if(document.DIVClaims.visibility == "show") {
					xShowClaims = 1;
				}
				else { xShowClaims = 0;}
			}
						
			//BRANCHES
			if(document.DIVBranches.visibility == "show") {
				xShowBranch = 1;
			}
			else { xShowBranch = 0;}
		}
		if(document.DIVFreeera) {
				if(document.DIVFreeera.visibility == "show") {
					xShowFreeera = 1;
				}
				else { xShowFreeera = 0;}
			}
		//about inquiries2
		if(document.DIVInquiries2) {
				if(document.DIVInquiries2.visibility == "show") {
					xShowInquiries2 = 1;
				}
				else { xShowInquiries2 = 0;}
			}
		//window.status = mbX + " " + mbY;
	
		if(document.all.DIVServices) {
			xTop = getImageTop(services);
			xLeft = getImageLeft(services);
			xWidth = getImageWidth("ServicesBG");
			xHeight = getImageHeight("ServicesBG") + 18;
		}
			xTopInquiries = getImageTop(inquiries);
			xLeftInquiries = getImageLeft(inquiries);
			xWidthInquiries = getImageWidth("InquiriesBG");
			xHeightInquiries = getImageHeight("InquiriesBG") + 18;
			
			xTopFreeera = getImageTop(motor);
			xLeftFreeera  = getImageLeft(motor);
			xWidthFreeera  = getImageWidth("FreeeraBG");
			xHeightFreeera  = getImageHeight("FreeeraBG") + 18;

			xTopInquiries2 = getImageTop(about);
			xLeftInquiries2 = getImageLeft(about);
			xWidthInquiries2 = getImageWidth("Inquiries2BG");
			xHeightInquiries2 = getImageHeight("Inquiries2BG") + 18;
			
			xTopClaims = getImageTop(claims);
			xLeftClaims = getImageLeft(claims);
			xWidthClaims = getImageWidth("ClaimsBG");
			xHeightClaims = getImageHeight("ClaimsBG") + 18;
				
		xTopBranch = getImageTop(branches);
		xLeftBranch = getImageLeft(branches);
		xWidthBranch = getImageWidth("BranchesBG");
		xHeightBranch = getImageHeight("BranchesBG") + 28;
		
		//window.status = xTop + " " + xLeft + " " + xWidth + " " + xHeight;
	
		if(document.all.DIVServices) {
			if(mbX > (xLeft) && mbX < (xLeft + xWidth)) {
				//if(mbY > (xTop) && mbY < (xTop + xHeight) && xShow == 1) {
				if(mbY < (xTop + xHeight) && xShow == 1) {
					servPop(1)
				}
				else {
					servPop(0)
				}
			}
			else {
				servPop(0)
			}
		}
		//BRANCHES
	if(document.all.DIVBranches) {
		if(mbX > (xLeftBranch) && mbX < (xLeftBranch + xWidthBranch)) {
			//if(mbY > (xTop) && mbY < (xTop + xHeight) && xShow == 1) {
			if(mbY < (xTopBranch + xHeightBranch) && xShowBranch == 1) {
				branchPop(1)
			}
			else {
				branchPop(0)
			}
		}
		else {
			branchPop(0)
		}
	}
	
			if(mbX > (xLeftInquiries) && mbX < (xLeftInquiries + xWidthInquiries)) {
				//if(mbY > (xTop) && mbY < (xTop + xHeight) && xShow == 1) {
				if(mbY < (xTopInquiries + xHeightInquiries) && xShowInquiries == 1) {
					inquiriesPop(1)
				}
				else {
					inquiriesPop(0)
				}
			}
			else {
				inquiriesPop(0)
			}
			if(mbX > (xLeftInquiries2) && mbX < (xLeftInquiries2 + xWidthInquiries2)) {
				//if(mbY > (xTop) && mbY < (xTop + xHeight) && xShow == 1) {
				if(mbY < (xTopInquiries2 + xHeightInquiries2) && xShowInquiries2 == 1) {
					inquiries2Pop(1)
				}
				else {
					inquiries2Pop(0)
				}
			}
			else {
				inquiries2Pop(0)
			}
			if(mbX > (xLeftFreeera) && mbX < (xLeftFreeera + xWidthFreeera)) {
				//if(mbY > (xTop) && mbY < (xTop + xHeight) && xShow == 1) {
				if(mbY < (xTopFreeera + xHeightFreeera) && xShowFreeera == 1) {
					freeeraPop(1)
				}
				else {
					freeeraPop(0)
				}
			}
			else {
				freeeraPop(0)
			}
			if(mbX > (xLeftClaims) && mbX < (xLeftClaims + xWidthClaims)) {
				//if(mbY > (xTop) && mbY < (xTop + xHeight) && xShow == 1) {
				if(mbY < (xTopClaims + xHeightClaims) && xShowClaims == 1) {
					claimsPop(1)
				}
				else {
					claimsPop(0)
				}
			}
			else {
				claimsPop(0)
			}
		
	}
}	
			
function servPop(ShowMeMore) {
	if(document.layers) { // NETSCAPE
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "show"
		}
		else { // HIDE
			ShowMeMore = "hide"
		}
		xLayer = "DIVServices.visibility";
		xLayerLeft = "DIVServices.left"
	}
	else if(document.all) { // I.E.
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "visible"
		}
		else { // HIDE
			ShowMeMore = "hidden"
		}
		xLayer = "all.DIVServices.style.visibility";
		xLayerLeft = "all.DIVServices.style.left"
	}
	

	xLeft = getImageLeft(services);

	eval("document."+xLayerLeft+" = '"+xLeft+"';");
	eval("document."+xLayer+" = '"+ShowMeMore+"';");
}
function inquiriesPop(ShowMeMore) {
	if(document.layers) { // NETSCAPE
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "show"
		}
		else { // HIDE
			ShowMeMore = "hide"
		}
		xLayer = "DIVInquiries.visibility";
		xLayerLeft = "DIVInquiries.left"
	}
	else if(document.all) { // I.E.
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "visible"
		}
		else { // HIDE
			ShowMeMore = "hidden"
		}
		xLayer = "all.DIVInquiries.style.visibility";
		xLayerLeft = "all.DIVInquiries.style.left"
	}

	xLeft = getImageLeft(inquiries);

	eval("document."+xLayerLeft+" = '"+xLeft+"';");
	eval("document."+xLayer+" = '"+ShowMeMore+"';");
}
function freeeraPop(ShowMeMore) {
	if(document.layers) { // NETSCAPE
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "show"
		}
		else { // HIDE
			ShowMeMore = "hide"
		}
		xLayer = "DIVFreeera.visibility";
		xLayerLeft = "DIVFreeera.left"
	}
	else if(document.all) { // I.E.
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "visible"
		}
		else { // HIDE
			ShowMeMore = "hidden"
		}
		xLayer = "all.DIVFreeera.style.visibility";
		xLayerLeft = "all.DIVFreeera.style.left";
	}

	
	xLeft = getImageLeft(motor) + 90 ;

	eval("document."+xLayerLeft+" = '"+xLeft+"';");
	eval("document."+xLayer+" = '"+ShowMeMore+"';");
}
function inquiries2Pop(ShowMeMore) {
	if(document.layers) { // NETSCAPE
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "show"
		}
		else { // HIDE
			ShowMeMore = "hide"
		}
		xLayer = "DIVInquiries2.visibility";
		xLayerLeft = "DIVInquiries2.left"
	}
	else if(document.all) { // I.E.
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "visible"
		}
		else { // HIDE
			ShowMeMore = "hidden"
		}
		xLayer = "all.DIVInquiries2.style.visibility";
		xLayerLeft = "all.DIVInquiries2.style.left"
	}

	xLeft = getImageLeft(about);

	eval("document."+xLayerLeft+" = '"+xLeft+"';");
	eval("document."+xLayer+" = '"+ShowMeMore+"';");
}
function claimsPop(ShowMeMore) {
	if(document.layers) { // NETSCAPE
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "show"
		}
		else { // HIDE
			ShowMeMore = "hide"
		}
		xLayer = "DIVClaims.visibility";
		xLayerLeft = "DIVClaims.left"
	}
	else if(document.all) { // I.E.
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "visible"
		}
		else { // HIDE
			ShowMeMore = "hidden"
		}
		xLayer = "all.DIVClaims.style.visibility";
		xLayerLeft = "all.DIVClaims.style.left"
	}

	xLeft = getImageLeft(claims);

	eval("document."+xLayerLeft+" = '"+xLeft+"';");
	eval("document."+xLayer+" = '"+ShowMeMore+"';");
}



function serMenu() {
document.write('<div id="DIVServices" onMouseOver="servPop(1)" style="position: absolute; width: 102px; height: 136px; left: 230px; top: 96px; visibility: hidden">');
document.write('	<table cellpadding="0" cellspacing="1" border="0" width="102" background="images/dropdown-BG5.gif">');
document.write('		<tr><td width="102" height="19"><a href="fire_insurance.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'fire\',\'\',\'images/dropdown-fire-02.gif\',1)"><img src="images/dropdown-fire-01.gif" alt="Fire Insurance" name="fire" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="motor_insurance.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'motor\',\'\',\'images/dropdown-motor-02.gif\',1); freeeraPop(1)"><img src="images/dropdown-motor-01.gif" alt="Motor Insurance" name="motor" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="maritime.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'maritime\',\'\',\'images/dropdown-maritime-02.gif\',1)"><img src="images/dropdown-maritime-01.gif" alt="Maritime & Aviation" name="maritime" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="liability.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'liability\',\'\',\'images/dropdown-liability-02.gif\',1)"><img src="images/dropdown-liability-01.gif" alt="Casualty/ Liability" name="liability" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="32"><a href="personal_accident.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'personal\',\'\',\'images/dropdown-pesonal-02.gif\',1)"><img src="images/dropdown-pesonal-01.gif" alt="Personal Accident" name="personal" width="96" height="30" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="bonds.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'bonds\',\'\',\'images/dropdown-bonds-02.gif\',1)"><img src="images/dropdown-bonds-01.gif" alt="Bonds & Surety" name="bonds" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="engineering_insurance.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'engineering\',\'\',\'images/dropdown-engineering-02.gif\',1)"><img src="images/dropdown-engineering-01.gif" alt="Engineering Insurance" name="engineering" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="22"><a href="payment_facilities.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'payment\',\'\',\'images/dropdown-payment-02.gif\',1)"><img src="images/dropdown-payment-01.gif" alt="Payment Facilities" name="payment" width="96" height="12" border="0"></a></td></tr>');
//document.write('		<!--tr><td width="102"><a href="other_casualty.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'claimstheo\',\'\',\'images/dropdown-claims-02.gif\',1)"><img src="images/dropdown-claims-01.gif" alt="Claims Insurance" name="claimstheo" width="96" height="12" border="0"></a></td></tr-->');
document.write('	</table>');
document.write('</div>');
document.write('<div id="DIVServicesBG" style="position: absolute; top: 0px; left :0px; visibility: hidden">');
document.write('	<img src="images/dropdown-BG5.gif" name="ServicesBG">');
document.write('</div>');
}
document.onload = (document.onmousemove=click);
//document.onmousemove=click;

function footer() {
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/spacer_earth.gif">');
document.write('	<tr><td height="44" colspan="9" valign="top"><img src="images/spacer_earth.gif" width="1" height="1"></td></tr>');
document.write('	<tr><td height="7" colspan="9" valign="top" background="images/spacer-darkgrey.gif">&nbsp;</td></tr>');
document.write('	<tr>');
document.write('		<td width="406" height="27" valign="top" background="images/spacer-darkgrey.gif"><img src="images/spacer-darkgrey.gif" width="1" height="1"></td>');
document.write('		<td width="66" valign="top" background="images/spacer-darkgrey.gif"><a href="legal_notice.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'legal\',\'\',\'images/button-Legal-Notice-02.gif\',1)"><img src="images/button-Legal-Notice-01.gif" name="legal" width="66" height="13" border="0"></a></td>');
document.write('		<td width="14" valign="top" background="images/spacer-darkgrey.gif"><img src="images/nav-div.gif" width="14" height="13"></td>');
document.write('		<!--td width="112" valign="top" background="images/spacer-darkgrey.gif"><a href="terms_&_conditions.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'terms\',\'\',\'images/button-Terms-02.gif\',1)"><img src="images/button-Terms-01.gif" name="terms" width="112" height="13" border="0"></a></td>');
document.write('		<td width="14" valign="top" background="images/spacer-darkgrey.gif"><img src="images/nav-div.gif" width="14" height="13"></td-->');
document.write('		<td width="75" valign="top" background="images/spacer-darkgrey.gif"><a href="privacy_policy.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'privacy\',\'\',\'images/button-Privacy-02.gif\',1)"><img src="images/button-Privacy-01.gif" name="privacy" width="75" height="13" border="0"></a></td>');
document.write('		<td width="14" valign="top" background="images/spacer-darkgrey.gif"><img src="images/nav-div.gif" width="14" height="13"></td>');
document.write('		<td width="44" valign="top" background="images/spacer-darkgrey.gif"><a href="sitemap.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\'images/button-Sitemap-02.gif\',1)"><img src="images/button-Sitemap-01.gif" name="sitemap" width="44" height="13" border="0"></a></td>');
document.write('		<td width="35" valign="top" background="images/spacer-darkgrey.gif"><!--DWLayoutEmptyCell-->&nbsp;</td>');
document.write('	</tr>');
document.write('</table>');
}

//BRANCHES
function branchMenu() {
document.write('<div id="DIVBranches" onMouseOver="branchPop(1)" style="position: absolute; width: 85px; height: 78px; left: 430px; top: 96px; visibility: hidden">');
document.write('	<table cellpadding="0" cellspacing="1" border="0" width="85" background="images/branches/dropdown-branches-BG.gif" style="background-repeat: no-repeat">');
document.write('		<tr><td width="85" height="19" align="center"><a href="branch_metro.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'manila\',\'\',\'images/branches/dropdown-branches-mm-02.gif\',1)"><img src="images/branches/dropdown-branches-mm-01.gif" alt="Metro Manila" name="manila" width="75" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="85" height="19" align="center"><a href="branch_luzon.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'luzon\',\'\',\'images/branches/dropdown-branches-luz-02.gif\',1)"><img src="images/branches/dropdown-branches-luz-01.gif" alt="Luzon" name="luzon" width="75" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="85" height="19" align="center"><a href="branch_visayas.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'visayas\',\'\',\'images/branches/dropdown-branches-vis-02.gif\',1)"><img src="images/branches/dropdown-branches-vis-01.gif" alt="Visayas" name="visayas" width="75" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="85" height="19" align="center"><a href="branch_mindanao.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'mindanao\',\'\',\'images/branches/dropdown-branches-minda-02.gif\',1)"><img src="images/branches/dropdown-branches-minda-01.gif" alt="Mindanao" name="mindanao" width="75" height="12" border="0"></a></td></tr>');
document.write('	</table>');
document.write('</div>');
document.write('<div id="DIVBranchesBG" style="position: absolute; top: 0px; left :0px; visibility: hidden">');
document.write('	<img src="images/branches/dropdown-branches-BG.gif" name="BranchesBG">');
document.write('</div>');
}
function inquiriesMenu() {
document.write('<div id="DIVInquiries" onMouseOver="inquiriesPop(1)" style="position: absolute; width: 102px; height: 136px; left: 332px; top: 96px; visibility: hidden">');
document.write('	<table cellpadding="0" cellspacing="1" border="0" width="102" background="images/dropdown-BG2.gif">');
document.write('		<tr><td width="102" height="38"><a href="inquiry.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'product_services\',\'\',\'images/product_services2.gif\',1)"><img src="images/product_services1.gif" alt="Product & Services Inquiry" name="product_services" width="96" height="24" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="career.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'career\',\'\',\'images/careers2.gif\',1)"><img src="images/careers1.gif" alt="Careers" name="career" width="96" height="12" border="0"></a></td></tr>');
document.write('	</table>');
document.write('</div>');
document.write('<div id="DIVInquiriesBG" style="position: absolute; top: 0px; left :0px; visibility: hidden">');
document.write('	<img src="images/dropdown-BG2.gif" name="InquiriesBG">');
document.write('</div>');
}
function freeeraMenu() {
document.write('<div id="DIVFreeera" onMouseOver="freeeraPop(1)" style="position: absolute; width: 102px; height: 136px; left: 332px; top: 115px; visibility: hidden">');
document.write('	<table cellpadding="0" cellspacing="1" border="0" width="77" background="images/dropdown-BG2.gif">');
document.write('		<tr><td width="77" height="19"><a href="era_faqs.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'era\',\'\',\'images/dropdown-freeera-02.gif\',1)"><img src="images/dropdown-freeera-01.gif" alt="Motor Insurance" name="era" width="75" height="37" border="0"></a></td></tr>');
document.write('	</table>');
document.write('</div>');
document.write('<div id="DIVFreeeraBG" style="position: absolute; top: 0px; left :0px; visibility: hidden">');
document.write('	<img src="images/dropdown-BG2.gif" name="FreeeraBG">');
document.write('</div>');
}
function inquiries2Menu() {
document.write('<div id="DIVInquiries2" onMouseOver="inquiries2Pop(1)" style="position: absolute; width: 102px; height: 136px; left: 332px; top: 96px; visibility: hidden">');
document.write('	<table cellpadding="0" cellspacing="1" border="0" width="102" background="images/dropdown-BG4.gif">');
document.write('		<tr><td width="102" height="19"><a href="about.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about001\',\'\',\'images/dropdown-about1-02.gif\',1)"><img src="images/dropdown-about1-01.gif" alt="Corporate Profile" name="about001" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="38"><a href="about_mission.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about003\',\'\',\'images/dropdown-about3-02.gif\',1)"><img src="images/dropdown-about3-01.gif" alt="Vision & Mission Statement" name="about003" width="96" height="24" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="about_board.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about004\',\'\',\'images/dropdown-about4-02.gif\',1)"><img src="images/dropdown-about4-01.gif" alt="Board of Directors" name="about004" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="19"><a href="about_officers.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about005\',\'\',\'images/dropdown-about5-02.gif\',1)"><img src="images/dropdown-about5-01.gif" alt="Officers" name="about005" width="96" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="102" height="38"><a href="about_2008corporatereport.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about006\',\'\',\'images/dropdown-about6-02.gif\',1)"><img src="images/dropdown-about6-01.gif" alt="2008 Corporate Profile" name="about006" width="96" height="24" border="0"></a></td></tr>');
document.write('	</table>');
document.write('</div>');
document.write('<div id="DIVInquiries2BG" style="position: absolute; top: 0px; left :0px; visibility: hidden">');
document.write('	<img src="images/dropdown-BG4.gif" name="Inquiries2BG">');
document.write('</div>');
}
function claimsMenu() {
document.write('<div id="DIVClaims" onMouseOver="claimsPop(1)" style="position: absolute; width: 102px; height: 95px; left: 432px; top: 96px; visibility: hidden">');
document.write('	<table cellpadding="0" cellspacing="1" border="0" width="102" background="images/dropdown-BG3.gif">');
document.write('		<tr><td width="90" height="19"><a href="claims.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'faqs\',\'\',\'images/faqs2.gif\',1)"><img src="images/faqs1.gif" alt="FAQs" name="faqs" width="90" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="90" height="38"><a href="claims_motor.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'motor_claims\',\'\',\'images/claims_motor2.gif\',1)"><img src="images/claims_motor1.gif" alt="Motor Claims Evaluation Center" name="motor_claims" width="90" height="24" border="0"></a></td></tr>');
document.write('		<tr><td width="90" height="19"><a href="claims_towing.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'towing_assistance\',\'\',\'images/claims_towing2.gif\',1)"><img src="images/claims_towing1.gif" alt="Towing assistance" name="towing_assistance" width="90" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="90" height="12"><a href="claims_legal.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'legal_assistance\',\'\',\'images/claims_legal2.gif\',1)"><img src="images/claims_legal1.gif" alt="Legal Assistance" name="legal_assistance" width="90" height="12" border="0"></a></td></tr>');
document.write('		<tr><td width="90" height="19"><a href="claims_tips.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'motor_tips\',\'\',\'images/claims_tips2.gif\',1)"><img src="images/claims_tips1.gif" alt="Motor Tips" name="motor_tips" width="90" height="12" border="0"></a></td></tr>');
document.write('	</table>');
document.write('</div>');
document.write('<div id="DIVClaimsBG" style="position: absolute; top: 0px; left :0px; visibility: hidden">');
document.write('	<img src="images/dropdown-BG3.gif" name="ClaimsBG">');
document.write('</div>');
}


function branchPop(ShowMeMore) {
	if(document.layers) { // NETSCAPE
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "show"
		}
		else { // HIDE
			ShowMeMore = "hide"
		}
		xLayer = "DIVBranches.visibility";
		xLayerLeft = "DIVBranches.left"
	}
	else if(document.all) { // I.E.
		if(ShowMeMore == 1) { // SHOW
			ShowMeMore = "visible"
		}
		else { // HIDE
			ShowMeMore = "hidden"
		}
		xLayer = "all.DIVBranches.style.visibility";
		xLayerLeft = "all.DIVBranches.style.left"
	}

	xLeft = getImageLeft(branches);

	eval("document."+xLayerLeft+" = '"+xLeft+"';");
	eval("document."+xLayer+" = '"+ShowMeMore+"';");
}
//END - BRANCHES
function nav() {
	document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/BG-nav.gif">');
	document.write('<tr>');
	document.write('	<td width="102" height="26" valign="middle"><a href="about.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about\',\'\',\'images/nav/btn_about_02.gif\',1); inquiries2Pop(1)"><img src="images/nav/btn_about_01.gif" name="about" width="102" height="24" border="0" alt="About Us"></a></td>');	
	document.write('	<td width="102" valign="middle"><a href="motor_insurance.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'services\',\'\',\'images/nav/btn_services_02.gif\',1); servPop(1)"><img src="images/nav/btn_services_01.gif" name="services" width="102" height="24" border="0" alt="Services"></a></td>');
	document.write('	<td width="102" valign="middle"><a href="inquiry.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'inquiries\',\'\',\'images/nav/inquiry2.gif\',1); inquiriesPop(1)"><img src="images/nav/inquiry1.gif" name="inquiries" width="102" height="24" border="0" alt="Inquiry"></a></td>');
	document.write('	<td width="102" valign="middle"><a href="whatsnew_112708.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'feedback\',\'\',\'images/nav/btn_whatsnew_02.gif\',1)"><img src="images/nav/btn_whatsnew_01.gif" name="feedback" width="102" height="24" border="0" alt="What\'s New"></a></td>');
	document.write('	<td width="102" valign="middle" align="center"><a href="claims.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'claims\',\'\',\'images/nav/btn_claims_02_home.gif\',1);claimsPop(1)"><img src="images/nav/btn_claims_01_home.gif" name="claims" width="102" height="24" border="0" alt="Claims"></a></td>');
	document.write('	<td width="102" valign="middle" align="center"><a href="contact.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact\',\'\',\'images/nav/btn_contact_02.gif\',1)"><img src="images/nav/btn_contact_01.gif" name="contact" width="102" height="24" border="0" alt="Contact Info"></a></td>');
	document.write('	<td width="110" valign="middle" align="center"><a href="branch_metro.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'branches\',\'\',\'images/nav/btn_branches_02.gif\',1); branchPop(1)"><img src="images/nav/btn_branches_01.gif" name="branches" width="85" height="24" border="0" alt="Branches"></a></td>');
	document.write('	<td width="70" align="right" valign="middle"><a href="index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\'images/nav/btn_home_02.gif\',1)"><img src="images/nav/btn_home_01.gif" name="home" width="70" height="24" border="0" alt="Home"></a></td>');
	document.write('</tr>');
	document.write('</table>');
}

function nav_whatsnew(id) {
	document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/spacer_earth.gif">');
	document.write('<tr><td valign="top"><img src="images/headers/whats_new.gif" width="138" height="49" border="0"></td></tr>');
	document.write('<tr><td>&nbsp;</td></tr>');
	
	if (id == 31) {
		document.write('<tr align="center"><td class="textobold"><a href="#">BPI/MS is Now ISO Certified</a></td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_112708.htm" class="about">BPI/MS is Now ISO Certified</a></div></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 29) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Appoints New President</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_080508_2.htm" class="about">BPI/MS Appoints New President</a></td></tr>');
	}
		document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 28) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Launches 2009 Agents Sales Drive</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_080508_3.htm" class="about">BPI/MS Bacashon 2010, DOUBLE TREAT!</a></td></tr>');
	}
		document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 30) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Wins Prestigious Award</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_080508_1.htm" class="about">BPI/MS Wins Prestigious Award</a></td></tr>');
	}
	
	/*
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 26) {
		document.write('<tr align="center"><td class="textobold">Basic Non-Life Seminar at Head Office</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_112405_4.htm" class="about">Basic Non-Life Seminar at Head Office</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 25) {
		document.write('<tr align="center"><td class="textobold">Important Agency Reminders</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_112405_3.htm" class="about">Important Agency Reminders</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 24) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Welcomes its Newest Managers</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_112405_2.htm" class="about">BPI/MS Welcomes its Newest Managers</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 23) {
		document.write('<tr align="center"><td class="textobold">Cheers to BPI/MS\' Service Awardees!</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_112405_1.htm" class="about">Cheers to BPI/MS\' Service Awardees!</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	document.write('<tr><td>&nbsp;</td></tr>');
	document.write('<tr><td class="textGreenbold2" align="center">Past Articles</td></tr>');
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 22) {
		document.write('<tr align="center"><td class="textobold">Welcome to the Newest Members of the BPI/MS</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_091405_6.htm" class="about">Welcome to the Newest Members of the BPI/MS</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 21) {
		document.write('<tr align="center"><td class="textobold">New Guidelines for Account Receivables</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_091405_5.htm" class="about">New Guidelines for Account Receivables</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 20) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Holds Non-Life Insurance in Practice</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_091405_4.htm" class="about">BPI/MS Holds Non-Life Insurance in Practice</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 19) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Fetes Agents to AHA 3peat Mid-Year Convention</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_091405_3.htm" class="about">BPI/MS Fetes Agents to AHA 3peat Mid-Year Convention</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 18) {
		document.write('<tr align="center"><td class="textobold">A.H.A II Hong Kong Winners</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_091405_2.htm" class="about">A.H.A II Hong Kong Winners</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 17) {
		document.write('<tr align="center"><td class="textobold">A.H.A II Top Producers Goes To Sydney, Australia</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_091405_1.htm" class="about">A.H.A II Top Producers Goes To Sydney, Australia</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 16) {
		document.write('<tr align="center"><td class="textobold">Mitsui Sumitomo Purchases Aviva Asia</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_121004_1.htm" class="about">Mitsui Sumitomo Purchases Aviva Asia</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 15) {
		document.write('<tr align="center"><td class="textobold">Bpi/Ms Holds First Seminar For Issuing General Agents</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_121004_2.htm" class="about">Bpi/Ms Holds First Seminar For Issuing General Agents</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 14) {
		document.write('<tr align="center"><td class="textobold">Amazing Holiday Bangkok Adventure</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_092404_4.htm" class="about">Amazing Holiday Bangkok Adventure</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 13) {
		document.write('<tr align="center"><td class="textobold">Withholding Tax <br>Of Commission <br>Increased To 15%</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_092404_3.htm" class="about">Withholding Tax <br>Of Commission <br>Increased To 15%</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 12) {
		document.write('<tr align="center"><td class="textobold">Increase In Sum<br>Insured Campaign</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_092404_2.htm" class="about">Increase In Sum<br>Insured Campaign</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 11) {
		document.write('<tr align="center"><td class="textobold">A Backgrounder<br>on the AMLA</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_092404_1.htm" class="about">A Backgrounder<br>on the AMLA</a></td></tr>');
	}
		document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 10) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Wraps Up <br>2003 Sales Drive</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_4_072904.htm" class="about">BPI/MS Wraps Up <br>2003 Sales Drive</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 9) {
		document.write('<tr align="center"><td class="textobold">Amazing Holiday Adventure 2 <br>Provincial Launches</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_3_072904.htm" class="about">Amazing Holiday Adventure 2 <br>Provincial Launches</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 8) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Quezon City Branch Office Blessing</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_2_072904.htm" class="about">BPI/MS Quezon City Branch Office Blessing</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 7) {
		document.write('<tr align="center"><td class="textobold">BPI/MS Cagayan De Oro Awarded as Branch of the Year for 2003</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew_1_072904.htm" class="about">BPI/MS Cagayan De Oro Awarded as Branch of the Year for 2003</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 6) {
		document.write('<tr align="center"><td class="textobold">Amazing Holiday Adventure</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew3.htm" class="about">Amazing Holiday Adventure</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 5) {
		document.write('<tr align="center"><td class="textobold">Amazing Quest\'s<br>Tokyo Winners</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew8.htm" class="about">Amazing Quest\'s<br>Tokyo Winners</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 4) {
		document.write('<tr align="center"><td class="textobold">One-Man Army Recognition Day</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew7.htm" class="about">One-Man Army Recognition Day</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 3) {
		document.write('<tr align="center"><td class="textobold">Ayala now features Mitsui Sumitomo Officers</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew6.htm" class="about">Ayala now features Mitsui Sumitomo Officers</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 2) {
		document.write('<tr align="center"><td class="textobold">Brokers\' Appreciation Cocktails</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew4.htm" class="about">Brokers\' Appreciation Cocktails</a></td></tr>');
	}
	document.write('<tr><td>&nbsp;</td></tr>');
	if (id == 1) {
		document.write('<tr align="center"><td class="textobold">Transfer of BPI/MS Cainta</td></tr>');
	} else {
		document.write('<tr align="center"><td><a href="whatsnew5.htm" class="about">Transfer of BPI/MS Cainta</a></td></tr>');
	}*/
	document.write('</table>');
}

function nav2() {
	document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/BG-nav.gif">');
	document.write('<tr>');
	document.write('	<td width="102" height="26" valign="middle"><a href="about.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'about\',\'\',\'images/nav/btn_about_02.gif\',1);inquiries2Pop(1);"><img src="images/nav/btn_about_01.gif" name="about" width="102" height="24" border="0" alt="About Us"></a></td>');
	document.write('	<td width="102" valign="middle"><a href="motor_insurance.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'services\',\'\',\'images/nav/btn_services_02.gif\',1); servPop(1)"><img src="images/nav/btn_services_01.gif" name="services" width="102" height="24" border="0" alt="Services"></a></td>');
	document.write('	<td width="102" valign="middle"><a href="inquiry.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'inquiries\',\'\',\'images/nav/btn_inquiry_02.gif\',1);inquiriesPop(1);"><img src="images/nav/btn_inquiry_01.gif" name="inquiries" width="102" height="24" border="0" alt="Inquiry"></a></td>');
	document.write('	<td width="102" valign="middle"><a href="whatsnew_080508_1.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'feedback\',\'\',\'images/nav/btn_whatsnew_02.gif\',1);"><img src="images/nav/btn_whatsnew_01.gif" name="feedback" width="102" height="24" border="0" alt="What\'s New"></a></td>');
	document.write('	<td width="90" valign="middle" align="center"><a href="claims.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'claims\',\'\',\'images/nav/btn_claims_02.gif\',1);claimsPop(1)"><img src="images/nav/btn_claims_01.gif" name="claims" width="80" height="24" border="0" alt="Claims"></a></td>');
	document.write('	<td width="102" valign="middle" align="center"><a href="contact.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact\',\'\',\'images/nav/btn_contact_02.gif\',1)"><img src="images/nav/btn_contact_01.gif" name="contact" width="102" height="24" border="0" alt="Contact Info"></a></td>');
	document.write('	<td width="110" valign="middle" align="center"><a href="branch_metro.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'branches\',\'\',\'images/nav/btn_branches_02.gif\',1); branchPop(1)"><img src="images/nav/btn_branches_01.gif" name="branches" width="85" height="24" border="0" alt="Branches"></a></td>');
	document.write('</tr>');
	document.write('</table>');
}
