// Varie
function popup_login(){
   window.open('register/user-login.asp','login','resizable=no,width=450,height=200,scrollbars=yes');
   document.form_login.submit();
}
function popit(cosa){
	newwindow=window.open(cosa,"Register","width=550,height=450,scrollbars=yes")
	newwindow.creator=self
	newwindow.focus();
}
function popit_tec(cosa){
	newwindow=window.open(cosa,"Scheda Tecnica","width=600,height=450,scrollbars=yes")
	newwindow.creator=self
	newwindow.focus();
}
function vuota_keyword()
{
if (document.FormRicerca.keyword.value == "Keyword")
document.FormRicerca.keyword.value = "";
} 
function vuota_codice()
{
if (document.FormRicerca.codice.value == "Codice")
document.FormRicerca.codice.value = "";
} 
function vuota_username()
{
if (document.form_login.username.value == "username")
document.form_login.username.value = "";
} 
function vuota_password()
{
if (document.form_login.userpassword.value == "password")
document.form_login.userpassword.value = "";
} 

