<!-- navigation -->
document.write ('<div id="navigation">');

		if (page == "specials"){document.write ('<span class="leftw"></span><a href="specials.html" class="on" style="border-left:none; padding-left:0;">Specials</a>');
		}else{document.write ('<span class="leftb"></span><a href="/specials.html" style="border-left:none; padding-left:0;">Specials</a>');}
		
		if (page == "children"){document.write ('<a href="/children.html" class="on">Children</a>');
		}else{document.write ('<a href="/children.html">Children</a>');}
		
		if (page == "portraits"){document.write ('<a href="portraits.html" class="on">Portraits</a>');
		}else{document.write ('<a href="/portraits.html">Portraits</a>');}	
					
		if (page == "weddings"){document.write ('<a href="/weddings.html" class="on">Weddings</a>');
		}else{document.write ('<a href="/weddings.html">Weddings</a>');}
							  
		if (page == "barmitzvah"){document.write ('<a href="/barmitzvah.html" class="on">Barmitzvahs</a>');
		}else{document.write ('<a href="/barmitzvah.html">Barmitzvahs</a>');}
		
		if (page == "commercial"){document.write ('<a href="/commercial/index.html" class="on">Commercial</a>');
		}else{document.write ('<a href="/commercial/index.html">Commercial</a>');}
		
		if (page == "workshops"){document.write ('<a href="/workshops.html" class="on">Workshops</a>');
		}else{document.write ('<a href="/workshops.html">Workshops</a>');}		
							  
		if (page == "about"){document.write ('<a href="/about.html" class="on">About</a>');
		}else{document.write ('<a href="/about.html">About</a>');}
		
		if (page == "awards"){document.write ('<a href="/awards.html" class="on">Awards</a>');
		}else{document.write ('<a href="/awards.html">Awards</a>');}
		
		if (page == "testimonials"){document.write ('<a href="/testimonials.html" class="on">Testimonials</a>');
		}else{document.write ('<a href="/testimonials.html">Testimonials</a>');}
		
									  
		if (page == "suppliers"){document.write ('<a href="/suppliers.html" class="on">Suppliers</a>');
		}else{document.write ('<a href="/suppliers.html">Suppliers</a>');}
							  
							  
		if (page == "contact"){document.write ('<a href="/contact.html" class="on" style="border-right:none; padding-right:0;">Contact</a><span class="rightw"></span> ');
		}else{document.write ('<a href="/contact.html" style="border-right:none; padding-right:0;">Contact</a><span class="rightb"></span>');}							                          
                 
document.write ('</div>');			        
<!-- end navigation -->
