
if(lang=='nl'){
LD_SEARCHPHRASE="Zoekopdracht:";
LD_PRODUCT_CLICKHERE="Klik hier ";
LD_PICK_CURRENCY="Kies uw valuta";
LD_LOGIN="Inloggen";
LD_STOCK_MUSTPUBLISH="U dient de shop te publiceren om voorraadniveaus te kunnen bekijken";
}

var currencies=[];
function currency(i,a,m,d,s){
	this.iso=i;
	
	this.abbrev=a;
	this.multiplier=m;
	this.decimal_places=d;
	this.sign=s;
	this.getSignedID=function(){return this.iso+'/'+this.sign;}
}
var shopCurrency=new currency("EUR","€",1.0,2,'1046EBFDE6F8C04E54EC70898AA6963F');
var currentCurrency=new currency("EUR","€",1.0,2,'1046EBFDE6F8C04E54EC70898AA6963F');



var secondCurrency=null;



document.title='Savannah Wellness Volendam';

var langEnterLoaded=true;

// $Revision: 1318 $
// $HeadURL: svn://3d3-p432/ShopFactory/branches/V7_50/bin/Common Files/parseLang/lang_enter.js $ 