// <![CDATA[
function MM_openBrWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}

function Carrello(sLang)
{
  apri = "richiesta_prezzo.asp?Lang=" + sLang
  NewWin=window.open(apri ,"NewWin","resizable=no,scrollbars=yes,location=no,top=20,left=20,width=700,height=500,toolbar=0,status=0")
}

function finestra(sIDProdotto, sLang)
{
  apri = "scheda_prodotto.asp?ID=" + sIDProdotto + "&Lang=" + sLang
  NewWin=window.open(apri ,"NewWin","resizable=no,scrollbars=yes,location=no,top=0,left=0,width=700,height=540,toolbar=0,status=0")
}

function finestrarichiesta(sIDProdotto, sLang)
{
  apri = "richiesta_prezzo.asp?ID=" + sIDProdotto + "&Lang=" + sLang
  NewWin=window.open(apri ,"NewWin","resizable=no,scrollbars=yes,location=no,top=0,left=0,width=700,height=540,toolbar=0,status=0")
}

// ]]>
