function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function selezionaMarca(ID){	    
    url = document.location.host;    
	url = "http://"+url+"/risultati_ricerca.htm?IDm="+ID+"";			
	document.forms[0].action = url;
	document.forms[0].submit();
}

function selezionaMarca2(ID){	    
    url = document.location.host;    
	url = "http://"+url+"/catalogo_prodotti.aspx?IDfm="+ID+"";			
	document.forms[0].action = url;
	document.forms[0].submit();
}


function pagaPrev() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/pagaPreview.aspx?from=ric";
    document.forms[0].action = url;
    //document.forms[0].submit();
}

function registrati(){	    
    url = document.location.host;    
	url = "http://"+url+"/registrazione_step1.htm?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function prenota(){	    
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/prenota.htm?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function prenotaEvento() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/prenotazione_eventi.htm?from=post";
    document.forms[0].action = url;
    //document.forms[0].submit();
}

function registrati2(){	    
    url = document.location.host;    
	url = "http://"+url+"/registrazione_step2.htm?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}
function richiediInfo() {
    url = document.location.host;
    url = "http://" + url + "/richiedi_informazioni.htm";
    document.forms[0].action = url;
    //document.forms[0].submit();
}

function richiediAppu() {
    url = document.location.host;
    url = "http://" + url + "/richiedi_informazioni.htm?prov=appu";
    document.forms[0].action = url;
    //document.forms[0].submit();
}

function richiediPrenota() {
    url = document.location.host;
    url = "http://" + url + "/richiedi_informazioni.htm?prov=pre";
    document.forms[0].action = url;
}    

function richiediInfo2() {
    url = document.location.host;
    url = "http://" + url + "/richiedi_informazioni.htm?from=post";
    document.forms[0].action = url;
    //document.forms[0].submit();
}

function contrCodice() {
    url = document.location.host;
    url = "http://" + url + "/carrello.htm?from=post";
    document.forms[0].action = url;    
}


function modificaDati(){	    
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/modifica_dati.aspx?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function newsletter(){	        
	url = "http://alchimedia.mailupnet.it/frontend/subscribe.aspx";				
	document.forms[0].action = url;
	document.forms[0].target = "_blank";				
}


function modificaDatiSped(){	    
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/modifica_dati_spedizione.aspx?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function login(){	    
    url = document.location.host;    
	url = "http://"+url+"/login.htm?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function ricorda(){	        
    url = document.location.host;    
	url = "http://"+url+"/ricorda.htm?from=post";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}
function vaiARegistrati(){	    
    url = document.location.host;    
	url = "http://"+url+"/registrazione_step1.htm";			
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function vaiKiros(){	        
	url = "https://www.kirosrent.com/cgi-bin/kfs2/kfs_popup_ws.cgi";				
	document.forms[0].target="_blank"
	document.forms[0].action = url;
	document.forms[0].submit();
}

function addCarrello(){	        
	url = document.location.host;    
	url = "http://"+url+"/carrelloAdd.aspx";		
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function addCarrello3(){	        
	url = document.location.host;    
	url = "http://"+url+"/carrelloAdd.aspx?da=col";		
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function addCarrello2(){	        
	url = document.location.host;    
	url = "http://"+url+"/scelta_dettagli.aspx";		
	document.forms[0].action = url;
	//document.forms[0].submit();
}

function tornaCatalogo(){	        
	url = document.location.host;    
	url = "http://"+url+"/catalogo_prodotti.htm";		
	document.forms[0].action = url;
	
}

// Funzione utilizzata nel carrello per aggiornare
function aggiorna(){	
    url = document.location.host;    
	url = "http://"+url+"/carrelloEdit.aspx";		
	document.forms[0].action = url;
}

// Funzione utilizzata procedere
function procedi(){	
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/carrello_step2.aspx";		
	document.forms[0].action = url;
}

// Funzione utilizzata procedere
function procedi2(){	
    url = document.location.host;    
	url = "http://"+url+"/service.aspx?trouble=noqMin";		
	document.forms[0].action = url;
}

function procediConsel(){	
    url = document.location.host;    
	url = "https://reserved.e-consel.it/ecom/ecommercep2.mac/chklog";		
	document.forms[0].action = url;
}

function procediCarta(){	
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/pagaSetefi.asp";		
	document.forms[0].action = url;
}

// Funzione utilizzata procedere
function procediOfferta(){	
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/offerta.aspx";		
	document.forms[0].action = url;
}


// Funzione indietro
function indietro(){	   
	url = "javascript:history.back(-1);";		
	document.forms[0].action = url;	
}

// Funzione utilizzata indietro carrello12
function indietroStep1() {
    url = document.location.host;
    url = "http://" + url + "/carrello.aspx?from=prev";
    document.forms[0].action = url;
}

// Funzione utilizzata indietro carrello 2
function indietroStep2() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step2.aspx?from=prev";
    document.forms[0].action = url;
}

// Funzione utilizzata indietro carrello 3
function indietroStep3() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step3.aspx?from=prev";
    document.forms[0].action = url;
}

// Funzione utilizzata indietro carrello 3
function indietroStep3Bis() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step6.aspx?from=prev";
    document.forms[0].action = url;
}


// Funzione utilizzata indietro carrello 4 ritiro sede
function indietroStep5bis() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step5.aspx?from=prev";
    document.forms[0].action = url;
}

// Funzione utilizzata indietro carrello 5
function indietroStep5(){	
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/carrello_step6.aspx?from=prev";		
	document.forms[0].action = url;
}

// Funzione utilizzata indietro carrello 5
function indietroStep4() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step4.aspx?from=prev";
    document.forms[0].action = url;
}

// Funzione utilizzata indietro carrello 5
function indietroStep6() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step5.aspx?from=prev";
    document.forms[0].action = url;
}



// Funzione utilizzata procedere carrello 3
function procediCarStep3(){	
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/carrello_step3.aspx";		
	document.forms[0].action = url;
}

// Funzione utilizzata procedere carrello 4
function procediCarStep4(){	
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/carrello_step4.aspx";		
	document.forms[0].action = url;
}

// Funzione utilizzata procedere carrello 5
function procediCarStep5() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step5.aspx";
    document.forms[0].action = url;
}

// Funzione utilizzata procedere carrello 5
function procediCarStep6() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step6.aspx";
    document.forms[0].action = url;
}

// Funzione utilizzata procedere carrello 4 ritiro sede
function procediCarStep6bis() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step7.aspx?from=sede";
    document.forms[0].action = url;
}

// Funzione utilizzata procedere carrello 7
function procediCarStep7(){	
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/carrello_step7.aspx";		
	document.forms[0].action = url;
}

// Funzione utilizzata procedere carrello 8
function procediCarStep8() {
    url = document.location.host;
    url = "http://" + url + "/areaRiservata/bivio.aspx";
    document.forms[0].action = url;
}

// Funzione utilizzata procedere kiros
function procediKiros(){	    
	url = "https://www.kirosrent.com/cgi-bin/kfs2/kfs_calc_ws.cgi";		
	document.forms[0].target="_blank"
	document.forms[0].action = url;
}


function pagaPreview(){	        
    url = document.location.host;    
	url = "http://"+url+"/areaRiservata/pagaPreview.aspx";			
	document.forms[0].action = url;	
}

function ricerca(){	        
    url = document.location.host;    
	url = "http://"+url+"/risultati_ricerca.htm";			
	document.forms[0].action = url;
	document.forms[0].submit();
}

function ricerca_avanzata(){	        
    url = document.location.host;    
	url = "http://"+url+"/risultati_ricerca.aspx?from=cerca";			
	document.forms[0].action = url;
	document.forms[0].submit();
}