function best(bicchiere) {
	alert(bicchiere);
}



function credits() {
	window.open('credits/index.htm','','width=300,height=300,scrollbars=no');	
}


function legal() {
	window.open('credits/legal.htm','','width=450,height=300,scrollbars=no');	
}

function legaleng() {
	window.open('credits/legal_eng.htm','','width=450,height=300,scrollbars=no');	
}



function curriculum(lang) {
	
	if(lang == "en")
		window.open('users/invia_cv_form.php?lang=en','','width=800,height=550,scrollbars=yes');	
	
	else
		window.open('users/invia_cv_form.php','','width=800,height=550,scrollbars=yes');	
}
