<!--
var imgPath = "img/nav/";

bot1_on = new Image(165,20);
bot1_on.src = imgPath + "bot1_.png";
bot1_off = new Image(165,20);
bot1_off.src = imgPath + "bot1.png";
bot1_sel = new Image(165,20);
bot1_sel.src = imgPath + "bot1_.png";

bot2_on = new Image(165,20);
bot2_on.src = imgPath + "bot2_.png";
bot2_off = new Image(165,20);
bot2_off.src = imgPath + "bot2.png";
bot2_sel = new Image(165,20);
bot2_sel.src = imgPath + "bot2_.png";

bot3_on = new Image(165,20);
bot3_on.src = imgPath + "bot3_.png";
bot3_off = new Image(165,20);
bot3_off.src = imgPath + "bot3.png";
bot3_sel = new Image(165,20);
bot3_sel.src = imgPath + "bot3_.png";

bot4_on = new Image(165,20);
bot4_on.src = imgPath + "bot4_.png";
bot4_off = new Image(165,20);
bot4_off.src = imgPath + "bot4.png";
bot4_sel = new Image(165,20);
bot4_sel.src = imgPath + "bot4_.png";

bot5_on = new Image(165,20);
bot5_on.src = imgPath + "bot5_.png";
bot5_off = new Image(165,20);
bot5_off.src = imgPath + "bot5.png";
bot5_sel = new Image(165,20);
bot5_sel.src = imgPath + "bot5_.png";

bot6_on = new Image(165,20);
bot6_on.src = imgPath + "bot6_.png";
bot6_off = new Image(165,20);
bot6_off.src = imgPath + "bot6.png";
bot6_sel = new Image(165,20);
bot6_sel.src = imgPath + "bot6_.png";

bot7_on = new Image(165,20);
bot7_on.src = imgPath + "bot7_.png";
bot7_off = new Image(165,20);
bot7_off.src = imgPath + "bot7.png";
bot7_sel = new Image(165,20);
bot7_sel.src = imgPath + "bot7_.png";

bot8_on = new Image(165,20);
bot8_on.src = imgPath + "bot8_.gif";
bot8_off = new Image(165,20);
bot8_off.src = imgPath + "bot8.gif";
bot8_sel = new Image(165,20);
bot8_sel.src = imgPath + "bot8_.gif";

bot9_on = new Image(165,20);
bot9_on.src = imgPath + "bot9_.gif";
bot9_off = new Image(165,20);
bot9_off.src = imgPath + "bot9.gif";
bot9_sel = new Image(165,20);
bot9_sel.src = imgPath + "bot9_.gif";

bot10_on = new Image(165,20);
bot10_on.src = imgPath + "bot10_.png";
bot10_off = new Image(165,20);
bot10_off.src = imgPath + "bot10.png";
bot10_sel = new Image(165,20);
bot10_sel.src = imgPath + "bot10_.png";


bot1storia_on = new Image(165,20);
bot1storia_on.src = imgPath + "bot1storia_.gif";
bot1storia_off = new Image(165,20);
bot1storia_off.src = imgPath + "bot1storia.gif";
bot1storia_sel = new Image(165,20);
bot1storia_sel.src = imgPath + "bot1storia_.gif";

bot2storia_on = new Image(165,20);
bot2storia_on.src = imgPath + "bot2storia_.gif";
bot2storia_off = new Image(165,20);
bot2storia_off.src = imgPath + "bot2storia.gif";
bot2storia_sel = new Image(165,20);
bot2storia_sel.src = imgPath + "bot2storia_.gif";

bot3storia_on = new Image(165,20);
bot3storia_on.src = imgPath + "bot3storia_.gif";
bot3storia_off = new Image(165,20);
bot3storia_off.src = imgPath + "bot3storia.gif";
bot3storia_sel = new Image(165,20);
bot3storia_sel.src = imgPath + "bot3storia_.gif";

bot4storia_on = new Image(165,20);
bot4storia_on.src = imgPath + "bot4storia_.gif";
bot4storia_off = new Image(165,20);
bot4storia_off.src = imgPath + "bot4storia.gif";
bot4storia_sel = new Image(165,20);
bot4storia_sel.src = imgPath + "bot4storia_.gif";

img1storia_on = new Image(165,20);
img1storia_on.src = imgPath + "botstoria1_.jpg";
img1storia_off = new Image(165,20);
img1storia_off.src = imgPath + "botstoria1.jpg";
img1storia_sel = new Image(165,20);
img1storia_sel.src = imgPath + "botstoria1_.jpg";

img2storia_on = new Image(165,20);
img2storia_on.src = imgPath + "botstoria2_.jpg";
img2storia_off = new Image(165,20);
img2storia_off.src = imgPath + "botstoria2.jpg";
img2storia_sel = new Image(165,20);
img2storia_sel.src = imgPath + "botstoria2_.jpg";

img3storia_on = new Image(165,20);
img3storia_on.src = imgPath + "botstoria3_.jpg";
img3storia_off = new Image(165,20);
img3storia_off.src = imgPath + "botstoria3.jpg";
img3storia_sel = new Image(165,20);
img3storia_sel.src = imgPath + "botstoria3_.jpg";

img4storia_on = new Image(165,20);
img4storia_on.src = imgPath + "botstoria4_.jpg";
img4storia_off = new Image(165,20);
img4storia_off.src = imgPath + "botstoria4.jpg";
img4storia_sel = new Image(165,20);
img4storia_sel.src = imgPath + "botstoria4_.jpg";



function setStatus(imageName, status)
{
    //alert( imageName + " " + status);

	var selImg = document.crt.sel.value;

	if( imageName != selImg )
	{
		if( status == 0) // click 
		{
			document[imageName].src = eval( imageName + "_sel.src");

			if( selImg != "")
			{	
			    if (selImg.length > 2)
				{
					document[ selImg].src = eval( selImg + "_off.src");;
				}
			}

			document.crt.sel.value = imageName;			
		}

		if( status == 1) // mouseout
		{
			document[ imageName].src = eval( imageName + "_off.src");
		}

		if( status == 2) // mouseover
		{
			document[ imageName].src = eval( imageName + "_on.src");
		}
	}
}

function popup(str,l,a) {

if (win) 

{
	tmp = win;
	win = null;
	if (navigator.appName != "Netscape")
		tmp.close();
}

win = window.open(str,"popup","scrollbars=0,resizable=1,width="+l+",height="+a+",status=0,location=0,menubar=0,toolbar=0,top=105,left=200");
win.focus();

}

var win


function homeflash() {
	document.write("<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 width=674 height=630 hspace=0 vspace=0 id=home><param name=allowScriptAccess value=sameDomain /><param name=movie value=flash/home.swf /><param name=quality value=high /><param name=scale value=noscale /><param name=wmode value=transparent /><param name=bgcolor value=#ffffff /><embed src=flash/home.swf width=674 height=630 hspace=0 vspace=0 quality=high scale=noscale wmode=transparent bgcolor=#ffffff name=home allowScriptAccess=sameDomain type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer /></object>");
}

function homeflashevento() {
	document.write("<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 width=240 height=214 hspace=0 vspace=0 id=home><param name=allowScriptAccess value=sameDomain /><param name=movie value=flash/evento.swf /><param name=quality value=high /><param name=scale value=noscale /><param name=wmode value=transparent /><param name=bgcolor value=#ffffff /><embed src=flash/evento.swf width=240 height=214 hspace=0 vspace=0 quality=high scale=noscale wmode=transparent bgcolor=#ffffff name=home allowScriptAccess=sameDomain type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer /></object>");
}

function spotflash() {
	document.write("<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 width=346 height=336 id=flvplayer align=middle><param name=allowScriptAccess value=sameDomain /><param name=movie value=flash/flvplayer.swf /><param name=quality value=high /><param name=wmode value=transparent /><param name=devicefont value=true /><param name=bgcolor value=#282828 /><embed src=flash/flvplayer.swf quality=high wmode=transparent devicefont=true bgcolor=#282828 width=346 height=336 name=flvplayer align=middle allowScriptAccess=sameDomain type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer /></object>");
}







//-->

