// JavaScript Document http://www.picturethiscustomphotography.com

function navBar()
	{
	document.write("<a href=\"index.html\">Home</a>&nbsp;|&nbsp;");
    document.write("<a href=\"seniors.html\">Seniors</a>&nbsp;|&nbsp;");
	document.write("<a href=\"children.html\">Kids</a>&nbsp;|&nbsp;");
	document.write("<a href=\"maternity.html\">Maternity</a>&nbsp;|&nbsp;");
	document.write("<a href=\"newborn.html\">Newborn</a>&nbsp;|&nbsp;");
	document.write("<a href=\"weddings.html\">Weddings</a>&nbsp;|&nbsp;");
	document.write("<a href=\"family.html\">Family</a>&nbsp;|&nbsp;");
	document.write("<a href=\"babies.html\">Babies & Toddlers</a>");
	document.write("<br />");
	document.write("<a href=\"birthday.html\">1st Birthday</a>&nbsp;|&nbsp;");
	document.write("<a href=\"engagements.html\">Engagements & Anniversaries</a>&nbsp;|&nbsp;");
	document.write("<a href=\"bridal.html\">Bridal</a>&nbsp;|&nbsp;");
	document.write("<a href=\"parents.html\">Parent & Child</a>&nbsp;|&nbsp;");
	document.write("<a href=\"contact_us.php\">Contact Us</a>");	
	}