

/********************************************************************************
Copyright (C) 1999 Thomas Brattli
This script is made by and copyrighted to Thomas Brattli at www.bratta.com
Visit for more great scripts.
This may be used freely as long as this msg is intact!
********************************************************************************
Browsercheck:*/
ie=document.all?1:0
n=document.layers?1:0

/********************************************************************************
If you want to change the appearens on the text, background-colors, size or
anything do that in the style tag above.

This menu might not be as easy to adapt to your own site, but please
play around with it before you mail me for help 
****************************************************************************/

/***************************************************************************
Variables to set.
****************************************************************************/
//How many menus do you have? (remember to copy and add divs in the body if you add menus)
var numberOfMenus=3
//The width on the menus (set the width in the stylesheet as well)
var mwidth=157
//Pixels between the menus
var pxBetween=1
//The first menus left position
var fromLeft=0
//The top position of the menus
var fromTop=10
//The bgColor of the bottom mouseover div
var bgColor='#CECFCE'
//The bgColor to change to
var bgColorChangeTo='#6380BC'
//The position the mouseover line div will stop at when going up!
var imageHeight=20
/***************************************************************************
You shouldn't have to change anything below this
****************************************************************************/
//Object constructor
function makeNewsMenu(obj,nest){
	nest=(!nest) ? '':'document.'+nest+'.'					
	this.css=(n) ? eval(nest+'document.'+obj):eval('document.all.'+obj+'.style')	
	this.scrollHeight=n?this.css.document.height:eval('document.all.'+obj+'.offsetHeight')
	this.moveIt=b_moveIt;this.bgChange=b_bgChange;
	this.slideUp=b_slideUp; this.slideDown=b_slideDown;
	this.clipTo=b_clipTo;
    this.obj = obj + "Object"; 	eval(this.obj + "=this")		
}
//Objects methods
function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x; this.css.top=this.y}
function b_bgChange(color){if(ie) this.css.backgroundColor=color; else this.css.bgColor=color}
function b_clipTo(t,r,b,l){
	if(n){this.css.clip.top=t; this.css.clip.right=r; this.css.clip.bottom=b; this.css.clip.left=l
	}else this.css.clip="rect("+t+","+r+","+b+","+l+")";
}
function b_slideUp(ystop,moveby,speed,fn,wh){
	if(!this.slideactive){
		if(this.y>ystop){
			this.moveIt(this.x,this.y-5); eval(wh)
			setTimeout(this.obj+".slideUp("+ystop+","+moveby+","+speed+",'"+fn+"','"+wh+"')",speed)
		}else{
			this.slideactive=false; this.moveIt(0,ystop); eval(fn)
		}
	}
}
function b_slideDown(ystop,moveby,speed,fn,wh){
	if(!this.slideactive){
		if(this.y<ystop){
			this.moveIt(this.x,this.y+5); eval(wh)
			setTimeout(this.obj+".slideDown("+ystop+","+moveby+","+speed+",'"+fn+"','"+wh+"')",speed)
		}else{
			this.slideactive=false; this.moveIt(0,ystop); eval(fn)
		}
	}
}
//Initiating the page, making cross-browser objects
function newsMenuInit(){
	oTopMenu=new Array()
	for(i=0;i<=numberOfMenus;i++){
		oTopMenu[i]=new Array()
		oTopMenu[i][0]=new makeNewsMenu('divTopMenu'+i)
		oTopMenu[i][1]=new makeNewsMenu('divTopMenuBottom'+i,'divTopMenu'+i)
		oTopMenu[i][2]=new makeNewsMenu('divTopMenuText'+i,'divTopMenu'+i)
		oTopMenu[i][1].moveIt(0,imageHeight)
		oTopMenu[i][0].clipTo(0,mwidth,imageHeight+3,0)
		oTopMenu[i][0].moveIt(i*mwidth+fromLeft+(i*pxBetween),fromTop)
		oTopMenu[i][0].css.visibility="visible"
	}
}
//Moves the menu
function topMenu(num){
	if(oTopMenu[num][1].y==imageHeight) oTopMenu[num][1].slideDown(oTopMenu[num][2].scrollHeight+20,10,40,'oTopMenu['+num+'][0].clipTo(0,mwidth,oTopMenu['+num+'][1].y+3,0)','oTopMenu['+num+'][0].clipTo(0,mwidth,oTopMenu['+num+'][1].y+3,0)')
	else if(oTopMenu[num][1].y==oTopMenu[num][2].scrollHeight+20) oTopMenu[num][1].slideUp(imageHeight,10,40,'oTopMenu['+num+'][0].clipTo(0,mwidth,oTopMenu['+num+'][1].y+3,0)','oTopMenu['+num+'][0].clipTo(0,mwidth,oTopMenu['+num+'][1].y+3,0)')
}
//Changes background onmouseover
function menuOver(num){oTopMenu[num][1].bgChange(bgColorChangeTo)}
function menuOut(num){oTopMenu[num][1].bgChange(bgColor)}


//Calls the init function onload
onload=newsMenuInit;


function menu(path) {

if (path=="0") {
pathlink=""
}
else if (path=="1") {
pathlink="../"
 document.write("<div id='banner'><IMG SRC='../../banner/234x60/banner.gif' BORDER=0 WIDTH=234 HEIGHT=60></div>");
}

 document.write("<style>");
 document.write("A{color:Navy; text-decoration:none}");
 document.write("A:Hover {color : Green;text-decoration : underline;}");
 document.write("DIV.clTopMenu{position:absolute;  width:157; height:200; font: 12px 'Comic Sans MS'; clip:rect(0,150,14,0); visibility:hidden; }");
 document.write("DIV.clTopMenuBottom{position:absolute; width:157; height:3;  clip:rect(0,157,3,0); top:31;  layer-background-color:#CECFCE; background-color:#CECFCE; }");
 document.write("DIV.clTopMenuText{position:absolute; width:144;height:177;left:5; top:19; font-size:12px;  }");
 document.write("#vini  {color: White;} ");
 document.write("</style>");

 document.write("<!-- Remember the 'news' 'key control' and 'page contols' text are images, you probably want to change those with your own images. If your own images have different sizes please adjust the height and clips of the divs, and change the imageHeight variable in the script. Good luck -->");

 document.write("<div align='center' class='clTopMenu' id='divTopMenu0' style='background-color: #FFC75E; z-index: 1;'><a href='#' onmouseover='menuOver(0)' onmouseout='menuOut(0)' onclick='topMenu(0); if(ie)this.blur(); return false'>Primi</a>");
 document.write("	<div align='center' class='clTopMenuText' id='divTopMenuText0' style='A {text-decoration : underline;'}>");
 document.write("		<a href='"+ pathlink +"primi/conchiglie_alla_siracusana.htm'>Conchiglie alla Siracusana</a><br>");
 document.write("		<a href='"+ pathlink +"primi/involtini_di_maccheroncini.htm'>Involtini di maccheroncini</a><br>"); 
 document.write("		<a href='"+ pathlink +"primi/linguine_al_nero_di_seppia.htm'>Linguine al nero di seppia</a><br>");
 document.write("		<a href='"+ pathlink +"primi/maccheroni_alla_siciliana.htm'>Maccheroni alla Siciliana</a><br>");
 document.write("		<a href='"+ pathlink +"primi/pasta_con_i_cavolfiori.htm'>Pasta con i cavolfiori</a><br>");
 document.write("		<a href='"+ pathlink +"primi/pasta_con_pomodoro_crudo.htm'>Pasta con pomodoro crudo</a><br>");
 document.write("		<a href='"+ pathlink +"primi/pasta_con_le_sarde.htm'>Pasta con le sarde</a> <br>");
 document.write("		<a href='"+ pathlink +"primi/pasta_con_le_zucchine.htm'>Pasta con le zucchine</a><br>");
 document.write("		<a href='"+ pathlink +"primi/pasta_alla_norma.htm'>Pasta alla Norma</a><br>");
 document.write("		<a href='"+ pathlink +"primi/sedanini_di_pesce_spada.htm'>Sedanini  di pesce spada</a><br>");
 document.write("	</div>");
 document.write("	<div id='divTopMenuBottom0' class='clTopMenuBottom'></div>");
 document.write("</div>");

 document.write("<div align='center' class='clTopMenu' id='divTopMenu1' style='background: #CDF15F; z-index: 1;'> <a href='#' onmouseover='menuOver(1)' onmouseout='menuOut(1)' onclick='topMenu(1); if(ie)this.blur(); return false'> Secondi e contorni</a>");
 document.write("	<div id='divTopMenuText1' class='clTopMenuText'>");
 document.write("		<a href='"+ pathlink +"secondi/caponata_alla_siciliana.htm'>Caponata alla Siciliana</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/falsomagro_alla_catanese.htm'>Falsomagro alla Catanese</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/girello_alla_palermitana.htm'>Girello alla Palermitana</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/involtini_di_pesce_spada.htm'>Involtini di pesce spada</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/parmigiana_alla_siciliana.htm'>Parmigiana alla Siciliana</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/sarde_a_beccafico.htm'>Sarde a beccafico</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/stocco_alla_messinese.htm'>Stocco alla Messinese</a><br>");
 document.write("		<a href='"+ pathlink +"secondi/zucchine_ripiene.htm'>Zucchine ripiene</a><br>");
 document.write("	</div>");
 document.write("	<div id='divTopMenuBottom1' class='clTopMenuBottom'></div>");
 document.write("</div>");
 document.write("<div align='center' class='clTopMenu' id='divTopMenu2' style='background: #cc0000; z-index: 1;' > <a href='#' onmouseover='menuOver(2)' onmouseout='menuOut(2)' onclick='topMenu(2); if(ie)this.blur(); return false' id='vini'>Vini</a>");

 document.write("	<div id='divTopMenuText2' class='clTopMenuText'>");
 document.write("		<a href='"+ pathlink +"vini/alcamo_bianco.htm' id='vini'>Alcamo Bianco</a><br>");
 document.write("		<a href='"+ pathlink +"vini/cerasuolo_di_vittoria.htm' id='vini'>Cerasuolo di Vittoria</a><br>");
 document.write("		<a href='"+ pathlink +"vini/corvo_rosso.htm' id='vini'>Corvo Rosso</a><br>");
 document.write("		<a href='"+ pathlink +"vini/corvo_bianco.htm' id='vini'>Corvo Bianco</a><br>");
 document.write("		<a href='"+ pathlink +"vini/donnafugata.htm' id='vini'>Donnafugata</a><br>");
 document.write("		<a href='"+ pathlink +"vini/etna_rosso.htm' id='vini'>Etna Rosso</a><br>");
 document.write("		<a href='"+ pathlink +"vini/marsala.htm' id='vini'>Marsala</a><br>");
 document.write("		<a href='"+ pathlink +"vini/zibibbo.htm' id='vini'>Zibibbo</a><br>");
 document.write("	</div>");
 document.write("	<div id='divTopMenuBottom2' class='clTopMenuBottom'></div>");
 document.write("</div>");


 document.write("<div align='center' class='clTopMenu' id='divTopMenu3' style='background: #ffff66; z-index: 1;' > <a href='#' onmouseover='menuOver(3)' onmouseout='menuOut(3)' onclick='topMenu(3); if(ie)this.blur(); return false'>Prodotti tipici e dolciumi</a>");
 document.write("	<div id='divTopMenuText3' class='clTopMenuText'>");
 document.write("		<a href='"+ pathlink +"prodotti/cannoli.htm'>Cannoli</a><br>");
 document.write("		<a href='"+ pathlink +"prodotti/cassata_siciliana.htm'>Cassata siciliana</a><br>");
 document.write("		<a href='"+ pathlink +"prodotti/pignolata_alla_messinese.htm'>Pignolata alla messinese</a><br>");
 document.write("		<a href='"+ pathlink +"prodotti/arancine.htm'>Arancine</a><br>");
 document.write("	</div>");
 document.write("	<div id='divTopMenuBottom3' class='clTopMenuBottom'></div>");
 document.write("</div>");



}





