//document.onmousedown = noclick

	function StatusBar(num, nomeRaduno) {
		if(num >= 1) {
			window.status = "OFFICIAL DJSTIVO WEB SITE -----> " + nomeRaduno;
		} else {
			window.status = "OFFICIAL DJSTIVO WEB SITE -----> Foto " + nomeRaduno;
		}
	}

/*function AggPref(){
	window.external.AddFavorite('http://members.xoom.virgilio.it/ddtrivaltax/home.htm','OFFICIAL DJSTIVO WEB SITE');
}*/

	function OpenForm(photo, w, h, s) {
		if( s == 1 )
			msg = open(photo, 'form', 'toolbar=no, directories=no, menubar=no, width=' + w + ', height=' + h + ', resizable=no, scrollbars=yes');
		else
			msg = open(photo, 'form', 'toolbar=no, directories=no, menubar=no, width=' + w + ', height=' + h + ', resizable=no, scrollbars=no');

	}

	function noclick(scx) {
		var doh = "Copyright:\nOFFICIAL DJSTIVO WEB SITE(c)";
		
		if (navigator.appName == "Netscape" && scx.which == 3) {
			alert(doh);
			return false;
		}else if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
			alert(doh);
			return false;
		}
	}
