function popup(str)
{
var son = window.open(str,'sacla','scrollbars=yes,resizable=no,width=540,height=600,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function newsletter(str)
{
var son = window.open(str,'sacla','scrollbars=yes,resizable=no,width=540,height=350,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function video(str)
{
var son = window.open(str,'video','scrollbars=no,resizable=no,width=240,height=218,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function artedisacla(str)
{
var son = window.open(str,'artedisacla','scrollbars=no,resizable=no,width=320,height=278,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function beitipi(str)
{
var son = window.open(str,'beitipi','scrollbars=no,resizable=no,width=320,height=294,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function videonew(str)
{
var son = window.open(str,'Sacla','scrollbars=no,resizable=no,width=360,height=260,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function allarga(){
	document.getElementById('contentselect').style.width="280px";
	document.getElementById('selectname').style.width="280px";

}
function stringi(){
	document.getElementById('contentselect').style.width="148px";
	document.getElementById('selectname').style.width="148px";
}

function allarga2(){
	document.getElementById('contentselect2').style.width="280px";
	document.getElementById('selectname2').style.width="280px";
}
function stringi2(){
	document.getElementById('contentselect2').style.width="150px";
	document.getElementById('selectname2').style.width="150px";
}

function enableSpedizione()
{
if (document.ordine.spedizione.checked != false) 
	{
		document.getElementById("nome2").disabled = false;
		document.getElementById("cognome2").disabled = false;
		document.getElementById("azienda2").disabled = false;
		document.getElementById("nazione2").disabled = false;	
		document.getElementById("indirizzo2").disabled = false;
		document.getElementById("citta2").disabled = false;
		document.getElementById("cap2").disabled = false;
		document.getElementById("mail2").disabled = false;
		document.getElementById("tel2").disabled = false;
		document.getElementById("fax2").disabled = false;
		

		
		
	}
	else
	{
	
		document.getElementById("nome2").disabled = true;
		document.getElementById("cognome2").disabled = true;
		document.getElementById("azienda2").disabled = true;
		document.getElementById("nazione2").disabled = true;
		document.getElementById("indirizzo2").disabled = true;
		document.getElementById("citta2").disabled = true;
		document.getElementById("cap2").disabled = true;
		document.getElementById("mail2").disabled = true;
		document.getElementById("tel2").disabled = true;
		document.getElementById("fax2").disabled = true;
	}
}

function printPage()
 {
if (window.print)window.print()
else alert("Sorry! You can't print the page!");
}