function checkMe(frm){
var Flag = false;
var url="";
		for (var i=0;i<= frm.currency.length-1 ;i++ ){
			if (frm.currency[i].checked){
				url = frm.currency[i].value;
				//added on 09 jan 2003. for currency check implementation. -lk
				if ( url.indexOf("inr") != -1 )
					sCurrency="INR";
				else
					sCurrency="USD";
				/////////////////////////////////////////////////////////////
				Flag = true;
			}
		}
		if (Flag == false){
			alert("Please select the Payment Currency Type and then click on Buy Now button\n to proceed to online transaction.\n\nThank you!");
			return false;	
		}
		if (url != "" && Flag){
			
			//added on 12 jan 2003. for currency check implementation. -lk
			/*if ( _sLastCurrencySymbol.toUpperCase() != sCurrency.toUpperCase() && _sLastCurrencySymbol.toUpperCase() != ""){
				if (confirm("You have choosen "+sCurrency+" as your buying currency while the last buyinng currency was "+_sLastCurrencySymbol+".\nPlease choose the currency in "+_sLastCurrencySymbol+" else your current product will be added to the new shopping cart!\n\nPress \"OK\" button if you like to continue in the same "+ sCurrency +" currency otherwise press \"Cancel\" button!")){
				}else{
					return false;
				}
			}*/
			///////////////////////////////////////////////////////////////

		//alert(url);	
		window.location =  url ;
		}
return false;
}



function header(){
document.write('<table cellpadding=0 cellspacing=0 border=0 width="770" align="center"><tr><td align="center" bgcolor="navy"><table cellpadding=5 cellspacing=0 width="100%"><tr><td align="center"><font face="Times New Roman" style="font-weight:bold;color:white;"><h1 style="font-size:60px;letter-spacing:2px;">Printable Map Store</font></td></tr></table>');
}

function footer(path){
	if (path=="" ){path="./";}
document.write('<table BORDER="0" CELLSPACING="0" CELLPADDING="0"  WIDTH="100%" align="center"><tr><td valign="top"><div><p align=justify><font face="verdana" style="FONT-SIZE: 11px" color="#090078"><B>Customs duties in the country of destination:</B> In the event that the customs authorities in the customer\'s country of residence, levy any charges on an incoming parcel, these charges are to be borne by the customer, and are not included in the price and shipping charges of the product as displayed on the site. </font><BR><BR><BR></p></div><div align="justify"><font face="verdana" style="font-size:11px;color:black;"><center><B>STATEMENT OF CONFIDENCE </B></center><BR>Our payment gateway is fully secured with 128-bit encryption facility. Your sensitive financial information is not stored on our server and it is free from any human intervention. The gateway server is assigned a server ID and authenticated by <B>Verisign,</B> one of the leading certifying authorities. It may be noted that Payseal can be adapted to support SET.</font><BR><div align="center"><IMG SRC="'+path+'images/master.gif" WIDTH="86" HEIGHT="45" BORDER="0" ALT="Master">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="'+path+'images/payseal.gif" WIDTH="123" HEIGHT="104" BORDER="0" ALT="ICICI Payseal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="'+path+'images/visa.gif" WIDTH="86" HEIGHT="45" BORDER="0" ALT="Visa"></div><BR><BR></td></tr><tr><td valign="top" align="center"><table cellpadding=0 cellspacing=0 border=0 width=80%><tr><td align="center" valign="top"><a href="'+path+'index.html" class="footer">Home</a></td><td align="center" valign="top"><a href="http://www.infobase.co.in" class="footer" target="_blank">About us</a></td><td align="center" valign="top"><a href="mailto:operations@mapsofindia.com" class="footer">Contact Us</a></td><td align="center" valign="top"><a href="disclaimer.html" class="footer">Disclaimer</a></td></tr></table></td></tr><tr><td align="center"><hr width=90% align="center" color="navy" size=1><tr><td valign="top" align="center"><font face="verdana" style="font-size:12px;" color="navy">www.PrintableMapStore.com from the promoters of <a href="http://www.mapsofindia.com/" target="_blank" style="text-decoration:none"><font face="verdana" style="font-size:11px;" color="navy"><strong>www.mapsofindia.com</strong></font></a>, the world\'s largest <BR>site on Indian Maps. &copy; PrintableMapStore.com</font></td></tr></table>');
}

function instructions(){
document.write('<table cellpadding=0 cellpadding=0 border=0 width="90%" align="center"><tr><td valign="top" align="center"><BR><font face="verdana" style="font-size:11px;color:blue;font-weight:bold;">Including courier charges anywhere in the world.</font><BR><BR></td></tr></table>');
}

