function ApriLingua(vLingua)
{ if (vLingua != "NOLINK") window.open("../" + vLingua + "/index.html","_top")}

function CreaLinkNews(cData, cTitolo, cLink){
	document.writeln("<table width='96%' border='0' cellpadding='0' cellspacing='0'>")
	document.writeln("<tr><td VALIGN='TOP' width='14%' class='DataNews'>" + cData + " - </td>")
	document.writeln("<td VALIGN='TOP'><p class='TitoloNews'>" + cTitolo + "</p>" )
	cLink = cLink.replace("../../", "../" );
	document.writeln( "<p class='LinkNews'>" + cLink + "</p></td></tr>" )
	document.writeln( "</table>" )
	document.writeln("<table width='96%' border='0' cellpadding='0' cellspacing='0'>" )
	document.writeln("<tr><td width='100%' class='punti_o'><img border='0' src='../img/hp2006/sfondo_punti.gif' alt=''></td>" )
	document.writeln( "</table>" )
}

function openNews(cWin) {
  popupWin = window.open(cWin, '_blank', 'width=520,height=350,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes')
}
