<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');




document.write('</td><td>');
document.write('<a href="viewer-slideshow.htm?1" class="menu">Foto Gallery</a>');



document.write('</td><td>');
document.write('<a href="Fotolibri_Tematici.html" class="menu">Fotolibri Tematici</a>');




document.write('</td><td>');
document.write('<a href="MissCalendario2010/index.html" class="menu">Calendario 2010</a>');




document.write('</td><td>');
document.write('<a href="Vips/index.htm" class="menu">Vips Gallery</a>');



document.write('</td><td>');
document.write('<a href="Video.html" class="menu">Video</a>');



document.write('</td><td>');
document.write('<a href="contact.htm" class="menu">Contatti e Mappa</a>');



document.write('</td><td>');
document.write('<a href="http://www.studioalbum.it" class="menu">Album e Servizi</a>');



document.write('</td><td>');
document.write('<a href="home_Sala_Posa.html" class="menu">Workshop e sala posa</a>');

// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->