function bloccaEnter() {
	var codice=window.event.keyCode; 
	if (codice == 13) {
		return false;	
	}
}

function imgChiSiamo_onclick() {
    //var x = window.showModalDialog("chi-siamo.html","","dialogHeight:525px; dialogWidth:517px; scroll:no; status:no");
    var x = window.open("chi-siamo.html","","height=575, width=560, scrollbars=no, status=no");
}

function imgContattaci_onclick() {
    //var x = window.showModalDialog("contattaci.html","","dialogHeight:485px; dialogWidth:517px; scroll:no; status:no");
    var x = window.open("contattaci.html","","height=575, width=560, scrollbars=no, status=no");
}

function imgDemo_onclick() {
    //var x = window.showModalDialog("http://www.pressjam.it/demo/");
    var x = window.open("http://www.pressjam.it/demo/");
}

function imgRegistrazione_onclick() {
    //var x = window.showModalDialog("http://www.pressjam.it/showForm.php?template=giornalista");
    var x = window.open("http://www.pressjam.it/showForm.php?template=giornalista");
}

