function lang(q){
	if(typeof _LANG[q] != "undefined"){
		if(arguments.length==1)return _LANG[q];
		else{
			var r=_LANG[q],re;
			for(var i=1;i<arguments.length;i++){
				re=new RegExp("%"+i,"g");
				r=r.replace(re,arguments[i]);
			}
			return r;
		}
	}
}

function cambiaLingua(q){
	location.href=location.href.replace(/\/\w{2}\//,"/"+q+"/");
}

Event.observe(window,"load",function(){
	var img=$('imgSez');
	if(img){
		var file="profilo1.jpg";
		switch($_GET["tpl"]){
			case "tpl_page":
				switch($_GET["sqlpam1"]*1){
					case 258:
						// main
						file="profilo1.png";
					break;
					case 252:
						// history
						file="Storia(1).jpg";
					break;
					case 254:
						// mission
						file="mission.jpg";
					break;
					case 255:
						// quality
						file="quality.jpg";
					break;
					case 256:
						// technology
						file="teko.jpg";
					break;
				}
			break;
			case "tpl_prodotti":
				file="profilo1.png";
			break;
			case "tpl_dovesiamo":
				file="dove.png";
			break;
			case "tpl_contatti":
				file="contacts.jpg";
			break;
			case "tpl_index":
				
			break;
		}
		img.src="http://"+location.host+"/shared/i/"+file;
	}
});

var mode="ivarstrade";
switch(location.hostname){
	case "products.twinsgroup.eu":
		mode="twins";
	break;
	case "products.ivarstrade.co.uk":
		mode="iframe";
	break;
}
if(mode!="ivarstrade"){
	wr('<style>');
	wr('#header_top,#footer,#footer_diagonali{display:none;}');
	wr('.'+mode+'-inline{display:inline !important;}');
	wr('.'+mode+'-block{display:block !important;}');
	wr('</style>');
}
