function licPop() {
 var h = parseInt(screen.height / 2);
 var w = parseInt(screen.width / 2);
 var hh = h - 190;
 var ww = w - 125;
 
 var wn = window.open('','licwin','width=350,height=250,top='+hh+',left='+ww);	
 wn.document.write("<html><title>Drivers License Policy</title><body><font size=\"2\" face=\"Arial\">" + 
"The Driver's License policy is strictly a Liability insurance policy, and excludes Medical Expense insurance. It is only offered as a 6-Month or Annual insurance policy, and provides ability to name up to two people with coverage extended to any vehicle they operate. Description of a vehicle on the policy is not required.<br><br>" + 
"It's important to note that only one driver at a time is covered. In other words, if both drivers, for example, are driving seperate vehicles at same time in Mexico, only one driver is covered. It should be further noted that this policy is not eligible for substituting another driver later, during term of policy.</body></html>");
}

function rentPop() {
 var h = parseInt(screen.height / 2);
 var w = parseInt(screen.width / 2);
 var hh = h - 225;
 var ww = w - 175;
 
 var wn = window.open('','licwin','width=350,height=450,top='+hh+',left='+ww);	
 wn.document.write("<html><title>Special Rental Policy</title><body><font size=\"2\" face=\"Arial\">" + 
"<big><b stye=\"color: #a0a0a0;\">SPECIAL AUTO RENTAL POLICY</b></big><br><br>" +
"Throughout the year, if you frequently rent a car in U.S. for purpose of driving " +
"across border, this program is likely suited for you, saving you time, " +
"trouble, and money. The policy provides you 6 Months or 1 Year blanket " +
"Mexican auto insurance coverage on any vehicle you periodically rent, whether " +
"for work or pleasure, subject to the following: <br><br><ul style=\"margin-left: 20px;\">" +
"<li> Vehicles rented in Mexico are ineligible. Vehicle must be rented in U.S.<br> " +
"<li> 6 Month or 1 Year term only. Short term daily policy not available.<br> " +
"<li> Full Coverage only. The option of Liability Only is not available.<br> " +
"<li> Policy insures any car you rent in U.S. for it's Actual Cash Value up to $30,000.<br> " +
"<li> In case of claim, Auto Rental contract must be submitted. </ul>" +
"</body></html>");
}

function insPop() {
  var h = parseInt(screen.height / 2);
  var w = parseInt(screen.width / 2);
  var hh = h - 190;
  var ww = w - 125;
  var wn = window.open('/travelins.html','inswin','width=475,height=350,top='+hh+',left='+ww+',scrollbars');	
}
