function ScriviTitolo()
{	var shtml="";																
	shtml+="<table cellpadding=0 cellspacing=0 border=0 width='100%' height='100px'><tr><td align=center valign=top>"
	shtml+="<img src='img\\titolo.jpg' border=0>";							   
	//shtml+="<img src='img\\titolo.jpg' border=1 style='position:absolute;left:"+((screen.width-350)/2)+";top:10;'>";							   
	shtml+="</td></tr></table>"
	shtml+="<div style='position:absolute;left:"+((screen.width+350)/2)+";top:92;'>";					 
	shtml+="<img src='img\\puntoghost.gif' border=0><font size=1>Powered by </font><font color=gold size=1>Sharkwa</font>";
	shtml+="</div>";
	shtml+="<br><a href='#' onclick='javascript:alert(&quot;Internal JS parameters: phmxdxh3-1291094&quot;);' style='text-decoration:none;'><img src='img\\ghost.gif' border=0></a>";
	shtml+="<hr size=1 width='800px'>";
	document.writeln(shtml);
};
//*********************************************************************************************

BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"			
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FF80FF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#8000FF",		// background color for the items
		bgOVER:"#C4D9FF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

//per centrare il menu ne calcolo la lunghezza
// num_tasti*(largh_tasti+bordi)+(num_tasti-1)*spazi = 6*(120+2)+5*2 = 742
// distanza da sx = (screen.width - 742)/2 

var MENU_ITEMS = [
	{pos:[(screen.width-990)/2,110],	//posizione del menu 
	 itemoff:[0,98],  //accavallamento delle caselle (se sono larghe 100px e itemoff é 110px, si accavallano di 10 px
	 leveloff:[23,0], 
	 style:STYLE, 
	 size:[24,108]	//dimensioni di ciascuna casella del menu in pixel
	 },
	{code:"Home", url:"index.htm" },
	{code:"Chi siamo", url:"chisiamo.htm",
		sub:[
			{itemoff:[23,0],
			 size:[24,120]},
			{code:"Contatti", url:"contatti.htm" }
		]
	},
	{code:"Animazione",
		sub:[
			{itemoff:[23,0],
			 leveloff:[23,0],
			 size:[24,220]},
			{code:"Animazione e archeoanimazione", url:"archeoanim.htm" },			
		]
	},
	{code:"Clown Terapia", url:"clown.htm", 
		sub:[
			{itemoff:[23,0],
			 leveloff:[23,0],
			 size:[24,220]},
			{code:"Clown in corsia", url:"corsia.htm" },
		]
	},
	{code:"Gallerie",
		sub:[
			{itemoff:[23,0],		 
 			 leveloff:[23,0],
			 size:[24,220]},
			{code:"Animazione e archeoanimazione", url:"img/fotoanim/fotoanim_index.htm"},
			{code:"Clown Terapia", 
				sub:[
					{itemoff:[23,0],
					 leveloff:[23,50],
					 size:[24,300]},
					{code:"Incontro con Miloud Oukili - Estate 2005", url:"img/clown/ClowntMiluod Oukili/clown_01.htm"},
					{code:"Clown Terapia nelle scuole - Martano (LE) 2005", url:"img/clown/ClowntScuole_2005/clown02.htm"},
					{code:"Convegno IPASVI", url:"img/clown/ipasvi_07/clown_03.htm"}
					
				]
			
			},
			{code:"Progetto Clown In Corsia", url:"img/clown/corsia/index_corsia.html"},
		]
	},
        {code:"CSR", url:"csr.htm" },
        {code:"Downloads", url:"downloads.htm" },
	{code:"Links",
                sub:[
			{itemoff:[23,0],		 
 			 leveloff:[23,0],
			 size:[24,120]},
			{code:"News", url:"news.htm" },
			{code:"Links", url:"links.htm"	},
			{code:"Bibliografia", url:"bibliografia.htm" }
		]
	}	
];
