function PopupL() {
	window.open("","popup","width=520,height=500,scrollbars=yes,resizable=yes,left=20,top=20");
}

function PopupFlash() {
	window.open("","popup","width=350,height=350,scrollbars=no,resizable=yes,left=20,top=20");
}

function Popup() {
	window.open("","popup","width=450,height=500,scrollbars=yes,resizable=yes,left=50,top=50");
}

function PopupSmall() {
	window.open("","popup","width=520,height=250,scrollbars=no,resizable=no,left=50,top=50");
}

function Le(valore1) {
	document.le.serie.value = valore1;
	document.le.submit();
}

function Ln(valore1,valore2){
	document.ln.serie.value = valore1;
	document.ln.novita.value = valore2;
	document.ln.submit();
}

function Change_lang(valore1){
	document.change_lang.lang.value = valore1;
	document.change_lang.submit();
}