
if(lang=='en-us'){
LD_SEARCHPHRASE="Search Phrase:";
LD_PRODUCT_CLICKHERE="More details...";
}

var currencies=[];
function currency(i,a,m,d,s){
	this.iso=i;
	this.abbrev=(i=='USD')?'$':a;
	
	this.multiplier=m;
	this.decimal_places=d;
	this.sign=s;
	this.getSignedID=function(){return this.iso+'/'+this.sign;}
}
var shopCurrency=new currency("USD","$US",1.0,2,'A7BD86C950E7454726B8E3D05B9F812B');
var currentCurrency=new currency("USD","$US",1.0,2,'A7BD86C950E7454726B8E3D05B9F812B');



var secondCurrency=null;



document.title='DOSHI DISTRIBUTORS';

var langEnterLoaded=true;

// $Revision: 1318 $
// $HeadURL: svn://3d3-p432/ShopFactory/branches/V7_50/bin/Common Files/parseLang/lang_enter.js $ 