// JavaScript Document
// fiorentini+baker menu 

//posizione se in home a 450 dal top aggiungendo style="top:400px; al div id nav
if (homepage == null){var homepage = false;};

document.write(' <div id="nav"')
if (homepage==true){document.write('style="top:600px;"')}
document.write('> '
+'		<ul>'
	+'			<li id="t-home"><a href="summer10_collection.html" class="active"><span><strong>New Collection </strong>Summer 2010</span></a></li>'
+'			<li id="t-serv"><a href="gallery.html"><strong>Gallery</strong> f+b Pictures</a></li>'
+'			<li id="t-pub"><a href="press-area.html"><strong>Press</strong>celebrities/editorial</a></li>'
+'			<li id="t-shop"><a href="shop.html"><strong>Shop</strong> where to buy</a></li>'
+'			<li id="t-about"><a href="about.html"><strong>About</strong> info &amp; contact</a></li>'
+'			<li id="t-about"><a href="link.html"><strong>Link</strong> friends &amp; partner</a></li>'
+'		</ul>'
+'	</div>');

//where in navigation menu
//azzero variabili .. nella pagina metti solo "var uno= true;"
if (uno == null){var uno = false;};
if (due == null){var due = false;};
if (tre == null){var tre = false;};
if (quattro == null){var quattro = false;};
if (cinque == null){var cinque = false;};
if (sei == null){var sei = false;};

document.write('<div id="where"><table width="800" border="0" cellpadding="0" cellspacing="0" height="3"><tr><td width="113"');
   if (uno==true){ document.write('bgcolor="#CAC8C8"');} 
   document.write('> </td>');
document.write('<td width="113"');
   if (due==true){ document.write('bgcolor="#CAC8C8"');} 
   document.write('> </td>');
document.write('<td width="113"');
   if (tre==true){ document.write('bgcolor="#CAC8C8"');} 
   document.write('> </td>');
document.write('<td width="113"');
   if (quattro==true){ document.write('bgcolor="#CAC8C8"');} 
   document.write('> </td>');
document.write('<td width="113"');
   if (cinque==true){ document.write('bgcolor="#CAC8C8"');} 
   document.write('> </td>');
document.write('<div id="where"><td width="113"');
   if (sei==true){ document.write('bgcolor="#CAC8C8"');} 
   document.write('> </td>');
 document.write('</tr></table></div>');


