//------------------------------------
function VediCategorie(IdFamiglia)
{
	document.FrmCatProd.IdFamiglia.value=IdFamiglia;
	document.FrmCatProd.submit();
}
//------------------------------------
function TDSwitchColor(IdTd,Colore)
{
	document.getElementById(IdTd).style.backgroundColor=Colore;
}
//------------------------------------
function SwitchImg(IdImg,Src)
{
	document.getElementById(IdImg).src=Src;
}
//------------------------------------
function NoteLegali(sIdLingua)
{
	newwin = window.open("noteLegali.asp?sIdLingua=" + sIdLingua +"","NoteLegali","menubar=no,toolbar=0,resizable=yes,scrollbars=1,width=480,height=480"); 
	newwin.focus();
}

function prodotti(idFam, idPrd){
    //alert(idFam)
    document.visProdotti.idFamiglia.value = idFam
    document.visProdotti.idProdotto.value = idPrd
    document.visProdotti.submit()
}     

function cerca_click(f){
    f.submit()
}

function visAccessorio(idAcc){
    //alert(idAcc)
    document.visProdotti.idFamiglia.value = "ACC"
    document.visProdotti.idProdotto.value = "ACC"
    document.visProdotti.idAccessorio.value = idAcc
    document.visProdotti.submit()
}

function pulisciTesto(obj){
    obj.value = ""
}

function Popup(apri) {
  var stile = "top=10, left=10, width=550, height=430, status=no, menubar=no, toolbar=no, scrollbars=yes, resizable";

   window.open(apri, "zoom", stile).focus();
}
function popUpMis(apri,width,height,scrollbars) {
var stile = "top=10, left=10, width=" + width + ", height=" + height + ", status=no, menubar=no, toolbar=no, scrollbars=" + scrollbars + ", resizable";

   window.open(apri, "zoom", stile).focus();
}

function forOtherCountries(){
    window.open("forothercountry.asp","COUNTRIES","width=700,height=700,scrollbars=yes").focus()
}

function TDTestoSwitchColor(IdTd,ColoreTd,ColoreTesto)
{
	document.getElementById(IdTd).style.backgroundColor=ColoreTd;
	document.getElementById(IdTd).style.color = ColoreTesto;
}

function GetPassword()
{
	newwin = window.open("ar_lostPwd.asp","Password","menubar=no,toolbar=0,resizable=yes,scrollbars=1,width=300,height=200"); 
	newwin.focus();
}

function RicToyota()
{
	newwin = window.open("ricToyota.asp","Toyota","menubar=no,toolbar=0,resizable=no,scrollbars=1,width=701,height=550"); 
	newwin.focus();
}

function RicMaterassi()
{
	newwin = window.open("materassi.asp","Materassi","menubar=no,toolbar=0,resizable=yes,scrollbars=1,width=701,height=550"); 
	newwin.focus();
}

function Privacy()
{
	newwin = window.open("privacy.htm","Privacy","menubar=no,toolbar=0,resizable=yes,scrollbars=1,width=500,height=550"); 
	newwin.focus();
}

function ImgElettro(imm,valore)
{
	document.getElementById(imm).src="img/lng_1/" + imm + valore + ".gif";
	document.getElementById(imm+"2").src="img/lng_1/" + imm+"2" + valore + ".gif";
}