<!--
function getURL(tmp) {
	if(tmp=='') tmp='home.html';
	location.href=tmp;
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function AddSwf(w,h,mov,mnu,qly,scl,wmd,bg,al){
	document.write('<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 WIDTH="'+w+'" HEIGHT="'+h+'" align="'+al+'">'
	+'<PARAM NAME=movie VALUE="'+mov+'">'
	+'<PARAM NAME=menu VALUE='+mnu+'>'
	+'<PARAM NAME=quality VALUE='+qly+'>'
	+'<PARAM NAME=scale VALUE='+scl+'>'
	+'<PARAM NAME=wmode VALUE='+wmd+'>'
	+'<PARAM NAME=bgcolor VALUE='+bg+'>'
	+'<EMBED src="'+mov+'" menu='+mnu+' quality='+qly+' scale='+scl+' wmode='+wmd+' bgcolor='+bg+'  WIDTH="'+w+'" HEIGHT="'+h+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" align="'+al+'"></EMBED></OBJECT>');
}
function OpenW(url,name){
	window.open(url,name,'scrollbars=yes,resizable=yes,width=400,height=400');
}
function OpenFaq(url,name){
	window.open(url,name,'scrollbars=yes,resizable=no,width=400,height=200');
}
function OpenWigm(url,name){
	window.open(url,name,'scrollbars=yes,resizable=yes,width=640,height=470');
}
function Copyright(){
	document.write('www.maps-store.it - &copy;2002-2008 E.P.T. Srl - all rights reserved / tutti i diritti riservati');
}
function DeleteFields(){
	for (j=0;j<document.forms[0].length-8;j++){document.forms[0].item(j).value=""}
}
function PrintOrder(){
	if(window.print){window.print();}
}
function CheckBrowser() {
  var NSvers=4.0,NSpass=2,NSnoPass=2,IEvers=4.0,IEpass=1,IEnoPass=2,OBpass=2,URL='IE',altURL='NN';  
  var newURL='', verStr=navigator.appVersion, app=navigator.appName, version = parseFloat(verStr);
  if (app.indexOf('Netscape') != -1) {
    if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
    else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
  } else if (app.indexOf('Microsoft') != -1) {
    if (version >= IEvers || verStr.indexOf(IEvers) != -1)
     {if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
    else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
  } else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
  return newURL;
}
function CrossBrowserInvoiceForm(){
	if (CheckBrowser()=='IE') document.all.fattura.style.display = "None";
}
function ViewInvoiceForm(){
	if(document.ordina.chkInvoice.value=="true"){		
		document.all.fattura.style.display = "";
		document.ordina.chkInvoice.value="false";
	}else{
		document.all.fattura.style.display = "none";
		document.ordina.chkInvoice.value="true";
	}
}
window.status='Maps-Store.it  ::  Maps and Travel Guides  ::  Mappe e Guide turistiche';
window.onload=function(){
	if(document.getElementsByTagName){
		var d=document.getElementsByTagName('a');
		for(var x=0; x<d.length; x++){d[x].target="_parent";}
	}
}
-->