  <script language="JavaScript" type="text/JavaScript">
   function openNewwin(shippingRate)
   {
    var path ="/countrycodes.php";
    e = window.open(path,'nettechgs','scrollbars=yes, toolbar=no, status=no, resizeable=no, width=400, height=400');
   }
   function moreInfo(methodId)
   {
    var path ="/moreInfo.php?methodId="+methodId;
    e = window.open(path,'nettechgs','scrollbars=yes, toolbar=no, status=no, resizeable=no, width=400, height=400');
   }
  </script>
<style type="text/css">
h1#headline {
	margin: 0 0 0 0px;
	color: #1c85e3;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;	text-align: left;	
}

div#subheadline {
	color: #1c85e3;
	background: none;
	padding: 0px;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;

}

h2#subheadline {
	color: #1c85e3;
	background: none;
	padding: 0px;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;    text-align: left;
	text-decoration: none;

}
</style>
