// JavaScript Document
document.write("<div class='navmenu'>");
document.write("    <ul id='topnav'>");
document.write("    <li class='home'><a href='../index.html'><img src='../logoBJnew.jpg' alt='Bertrand Jacquot Photographe' width='560' height='50' border='0'></a>");
document.write("    </li>");
document.write("	<li class='women'><a href='#'>women</a>");
document.write("    	<span>");
document.write("    		<a href='../womenLifestyle/'>lifestyle</a>");
document.write("    		<a href='../womenBeauty/'>beauty</a>");
document.write("    		<a href='../womenFashion/'>fashion</a>");
document.write("    		<a href='../womenSport/'>sport</a>");
document.write("    	<\/span>");
document.write("    </li>");
document.write("	<li class='men'><a href='#'>men</a>");
document.write("    	<span>");
document.write("    		<a href='../menFashion/'>fashion</a>");
document.write("    		<a href='../menSport/'>sport</a>");
document.write("    	<\/span>");
document.write("    </li>");
document.write("	<li class='urban'><a href='#'>urban</a>");
document.write("    	<span>");
document.write("    		<a href='../urban1/'>page 1</a>");
document.write("    		<a href='../urban2/'>page 2</a>");
document.write("    	<\/span>");
document.write("    </li>");
document.write("	<li class='celebs'><a href='#'>celebs</a>");
document.write("    	<span>");
document.write("    		<a href='../celebs1/'>page 1</a>");
document.write("    		<a href='../celebs2/'>page 2</a>");
document.write("    	<\/span>");
document.write("    </li>");
document.write("	<li class='gallery'><a href='#'>gallery</a>");
document.write("    	<span>");
document.write("    		<a href='../gallery1/'>page 1</a>");
document.write("    		<a href='../gallery2/'>page 2</a>");
document.write("    	<\/span>");
document.write("    </li>");
// document.write("    <li class='new'><a href='#'>new</a></li>");
document.write("	</ul>");
document.write("</div>");
