function email_show(name, domain, suffix, text)
{
   var address = name + "\u0040" + "dpr-llc" + "." + "com";
   var url = "mailto:" + address;

   if( ! text )
   {
      text = address;
   }

   document.write("<a href=\"" + url + "\">" + text + "</a>");
}

function mostraMenu(menuCorrente) {
		if (document.getElementById) {
			questoMenu = document.getElementById(menuCorrente).style
			if (questoMenu.display == "block") {
				questoMenu.display = "none"
			}
			else {
				questoMenu.display = "block"
			}
			return false
		}
		else {
			return true
		}
}


function video(file){
	  window.open('/img/once/prods/video/default.asp?Rif='+file, '_blank', "scrollbars=yes,resizable=no,width=680,height=720,status=no,location=no,toolbar=no,top=250,left=250");		
}

function videoNews(file){
	  window.open('/img/once/prods/video/video_swf.asp?Rif='+file, '_blank', "scrollbars=yes,resizable=no,width=680,height=720,status=no,location=no,toolbar=no,top=250,left=250");		
}

function RunFlashHome(file)
	{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="450" height="360">\n');
        document.write('<param name="movie" value="/img/once/prods/video/'+file+'.swf">\n');
        document.write('<param name="quality" value="high">\n');
        document.write('<embed src="/img/once/prods/video/'+file+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="360"></embed></object>\n');
	}

function news(file){
	  window.open(file, '_blank', "scrollbars=yes,resizable=no,width=580,height=580,status=no,location=no,toolbar=no,top=250,left=250");		
}
