<!-- 

button1up = new Image; button1up.src = "g_sportiva_file/navigatorsmall2_2x2.gif";
button1down = new Image; button1down.src = "g_sportiva_file/on_scuolasm.gif";
button2up = new Image; button2up.src = "g_sportiva_file/navigatorsmall2_4x2.gif";
button2down = new Image; button2down.src = "g_sportiva_file/on_corsism.gif";
button3up = new Image; button3up.src = "g_sportiva_file/navigatorsmall2_6x2.gif";
button3down = new Image; button3down.src = "g_sportiva_file/on_autoscuolesm.gif";
button4up = new Image; button4up.src = "g_sportiva_file/navigatorsmall2_8x2.gif";
button4down = new Image; button4down.src = "g_sportiva_file/on_specializzazionism.gif";
button5up = new Image; button5up.src = "g_sportiva_file/navigatorsmall2_10x2.gif";
button5down = new Image; button5down.src = "g_sportiva_file/on_aziendesm.gif";
button6up = new Image; button6up.src = "g_sportiva_file/navigatorsmall2_12x2.gif";
button6down = new Image; button6down.src = "g_sportiva_file/on_calendariosm.gif";
button7up = new Image; button7up.src = "g_sportiva_file/navigatorsmall2_14x2.gif";
button7down = new Image; button7down.src = "g_sportiva_file/on_modulosm.gif";
button8up = new Image; button8up.src = "g_sportiva_file/navigatorsmall2_16x2.gif";
button8down = new Image; button8down.src = "g_sportiva_file/on_contattism.gif";
button9up = new Image; button9up.src = "g_sportiva_file/Image13_2x2.gif";
button9down = new Image; button9down.src = "g_sportiva_file/Image13_2x2_on.gif";

function MouseOverRoutine(ButtonName)
{
if (ButtonName=="button1") 
{document.button1.src = button1down.src;}
if (ButtonName=="button2") 
{document.button2.src = button2down.src;}
if (ButtonName=="button3") 
{document.button3.src = button3down.src;}
if (ButtonName=="button4") 
{document.button4.src = button4down.src;}
if (ButtonName=="button5") 
{document.button5.src = button5down.src;}
if (ButtonName=="button6") 
{document.button6.src = button6down.src;}
if (ButtonName=="button7") 
{document.button7.src = button7down.src;}
if (ButtonName=="button8") 
{document.button8.src = button8down.src;}
if (ButtonName=="button9") 
{document.button9.src = button9down.src;}        
}
function MouseOutRoutine(ButtonName)
{
if (ButtonName=="button1") 
{document.button1.src = button1up.src;} 
if (ButtonName=="button2") 
{document.button2.src = button2up.src;}
if (ButtonName=="button3") 
{document.button3.src = button3up.src;}
if (ButtonName=="button4") 
{document.button4.src = button4up.src;}
if (ButtonName=="button5") 
{document.button5.src = button5up.src;}
if (ButtonName=="button6") 
{document.button6.src = button6up.src;}
if (ButtonName=="button7") 
{document.button7.src = button7up.src;}
if (ButtonName=="button8") 
{document.button8.src = button8up.src;}
if (ButtonName=="button9") 
{document.button9.src = button9up.src;}                        
}

function Popup (addy,myscroll,mywidth,myheight) {
var windowprops='width=' +mywidth + ',height=' +myheight + ',status=no,resizable=no,' + myscroll;
var leftdist = (screen.width) ? (screen.width-mywidth)/2 : 0;    // distance to left edge of window
var topdist = (screen.height) ? (screen.height-myheight)/2 : 0;     // distance to top edge of window
 window.open(addy,"mywindow","left=" + leftdist + ",top=" + topdist +","+ windowprops);
}

//-->