function openHelp7129()
{
	var xOpt;
	var xOpen;
	xOpt="toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,";
	xOpt=xOpt + "width="+"270"+",height="+"240"+",left="+"5"+",top="+"5";
	xOpen="popinfo7129.asp";
	xW=window.open(xOpen,"pop7129",xOpt);
	xW.focus();
}
function openOrderInfo()
{
	var xOpt;
	var xOpen;
	xOpt="toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,";
	xOpt=xOpt + "width="+"300"+",height="+"400"+",left="+"5"+",top="+"5";
	xOpen="ordini_info.asp";
	xW=window.open(xOpen,"ordini_info",xOpt);
	xW.focus();
}
function openPromo()
{
	document.location="promozioni.asp";
}

function subscribe(tipo)
{
var xOpen;
var xOpt;
var xW;
xOpen="";
	
switch (tipo)
	{
		case 'listini':
		{
			//return true;
			xOpen="listini";
			break;
		}
		
		case 'fipware': //un solo separatore
		{
			xOpen="fipware";
			break;
		}
		
		case '': //un solo separatore
		{
			xOpen="generica";
			break;
		}
		
		
		default:
		{
			alert("Richiesta sottoscrizione alla mailing list non valida");	
			//return false;
		}
	}	

if (xOpen!="")
	{
		xOpt="toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,";
		xOpt=xOpt + "width="+"280"+",height="+"150"+",left="+"100"+",top="+"90";
	
		xOpen="subscribe.asp?hdnTipo="+xOpen;
		//xOpen=xOpen+".asp";
		xW=window.open(xOpen,"subscribe",xOpt);
		xW.focus();
	}
}

function openNovit()
{
	var xOpt;
	var xOpen;
	var xW;
	
	xOpt="toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,";
	xOpt=xOpt + "width="+"580"+",height="+"270"+",left="+"10"+",top="+"10";
	
	xOpen="novita.asp";
  	//xOpen=xOpen + "?codcat=" + document.dati.codcat.value + "&";
  	//xOpen=xOpen + "codsot=" + document.dati.codsot.value;
	
	//document.location="novita.asp";
	
	xW=window.open(xOpen,"novita",xOpt);
	xW.focus();
	
}