function RollOver(){
	if (event.srcElement.className=='menu')
		event.srcElement.className='menuOver';
}
function RollOut(){
	if (event.srcElement.className=='menuOver')
		event.srcElement.className='menu';
}
function RollOverImage(objImage)
{
	event.srcElement.src=objImage;
}
function RollOutImage(objImage)
{
	event.srcElement.src=objImage;
}
function GoToAutorizations(){
	window.open("http://217.59.112.122/qsys.lib/astoweb.lib/hmenusrc.file/prenota.mbr","winAutorizzazioni")
}
function GoUrl(url){
	window.open(url,"url")
}
function ShowSubMenu(rowID){
	if (document.getElementById(rowID).style.display=='inline')
		document.getElementById(rowID).style.display='none';
	else
		document.getElementById(rowID).style.display='inline';
}
function ShowContent(id_sez){
	document.location.href='index.asp?id='+id_sez;
}
function ShowPage(url){
	parent.location.href=url;
}
function ShowPDF(strFile){
	/*
	var pdfFile='';
	switch(strFile)
	{
		case 'consensoAziende':
			pdfFile='ConsensoDatiAzienda.pdf';
			break;
		case 'consensoStrutture':
			pdfFile='ConsensoDatiDirigenti.pdf';
			break;
		case 'PrivacyAzienda':	
			pdfFile='PrivacyAzienda.pdf';
			break;
		case 'PrivacyDirigenti':	
			pdfFile='PrivacyDirigenti.pdf';
			break;
		case 'Statuto_Regolamento_maggio_2004':	
			pdfFile='Statuto_Regolamento_maggio_2004.pdf';
			break;
	}
	*/
	//var urlFile='../../docs/fasdac/'+pdfFile;
	var urlFile='docs/fasdac/'+strFile;
	var myWindow=window.open("","popUP","toolbars=no,menubar=no,status=no,resizable=yes");
	myWindow.document.open()
	myWindow.document.writeln("<html><head><title>FASDAC</title></head>")
	myWindow.document.writeln("<frameset rows=\"*\" frameborder=no border=0 framespacing=0>")
	myWindow.document.writeln("<frame src="+urlFile+" noresize frameborder=no marginheight=0 marginwidth=0 border=0")
	myWindow.document.writeln("</frameset><noframes><body bgcolor=\"#FFFFFF\" text=\"#000000\">")
	myWindow.document.writeln("</body></noframes></html>")
	myWindow.document.close();
}

function DownloadSetupAR(){
	location.href="http://ftp.adobe.com/pub/adobe/acrobatreader/win/5.x/ar505ita.exe"
}
