

function l(x) {
if (document.layers) {
b=window.open(x,'popup','top='+(screen.height-240)/2+',left='+(screen.width-800)/2+',width=556,height=320,resizable=0'); 
b.focus();
}
else {
b=window.open(x,'popup','top='+(screen.height-240)/2+',left='+(screen.width-800)/2+',width=556,height=320,resizable=0'); 
b.focus();
}
}

function k(x) {
if (document.layers) {
b=window.open(x,'popup','top='+(screen.height-240)/2+',left='+(screen.width-800)/2+',width=556,height=340,resizable=0'); 
b.focus();
}
else {
b=window.open(x,'popup','top='+(screen.height-240)/2+',left='+(screen.width-800)/2+',width=556,height=340,resizable=0'); 
b.focus();
}
}



function testi() {
	document.write('<STYLE>');
	if (navigator.appName=="Netscape")
	{
		if (navigator.userAgent.indexOf("Mac") != -1) {
			document.write('TD.titolo { font-family:Verdana; font-size:10pt; color:3399ff;}');
			document.write('TD.testo { font-family:Verdana; font-size:10pt; color:666666;}');
			document.write('TD.testoprod { font-family:Verdana; font-size:10pt; color:666666;}');
			document.write('TD.link { font-family:Verdana; font-size:12pt; color:993300;}');
			document.write('TD.testoev { font-family:Verdana; font-size:12pt; color:006633;}');
			document.write('TD.note { font-family:Verdana; font-size:8pt; color:666666;}');
		}
		else {
			document.write('TD.titolo { font-family:Verdana; font-size:6pt; color:3399ff;}');
			document.write('TD.testo { font-family:Verdana; font-size:6pt; color:666666;}');
			document.write('TD.testoprod { font-family:Verdana; font-size:6pt; color:666666;}');
			document.write('TD.link { font-family:Verdana; font-size:8pt; color:993300;}');
			document.write('TD.testoev { font-family:Verdana; font-size:8pt; color:006633;}');
			document.write('TD.note { font-family:Verdana; font-size:6pt; color:666666;}');
		}
	}
	else
	{
		document.write('TD.titolo { font-family:Verdana; font-size:10px; color:3399ff;}');
		document.write('TD.testo { font-family:Verdana; font-size:10px; color:666666;}');
		document.write('TD.testoprod { font-family:Verdana; font-size:11px; color:666666;}');
		document.write('TD.link { font-family:Verdana; font-size:13px; color:993300;}');
		document.write('TD.testoev { font-family:Verdana; font-size:13px; color:006633;}');
		document.write('TD.note { font-family:Verdana; font-size:9px; color:666666;}');
	}
	document.write('</style>');

}


