//Menu implementation 
jQuery(document).ready(function(){

var pathname = jQuery(location).attr('href');

if(pathname.indexOf("action")<0 && pathname.indexOf("Edit")<0)
{



var k=jQuery("h1").eq(0).text();

if(k.indexOf("Office Policies & Mission") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/office-policies-mission.jpg' alt='Office Policies and Mission'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("First Visit") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/first-Visit.jpg' alt='first-Visit'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("FAQ") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/FAQ.jpg' alt='faq'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Early Treatment") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/early-treatment.jpg' alt='early-treatment'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Adult Treatment") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/adult-treatment.jpg' alt='adult-treatment'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Staff Directory") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/staff.jpg' alt='Staff Directory'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Related Links") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/related-links.jpg' alt='related-links'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Disclaimer") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/Disclaimer.jpg' alt='Disclaimer'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Privacy Policy") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/privacy-policy.jpg' alt='privacy-policy'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Map & Directions") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/map-directions.jpg' alt='map-directions'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}

if(k.indexOf("Invisalign") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/invisalign.jpg' alt='Invisalign'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}

if(k.indexOf("Before & After") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/before-and-after.jpg' alt='before-and-after'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Brushing and Flossing") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/brushing-and-flossing.jpg' alt='brushing-and-flossing'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Common Problems") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/common-problems.jpg' alt='common-problems'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Emergency Info") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/emergency-info.jpg' alt='emergency-info'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Types of Braces") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/types-of-braces.jpg' alt='Types of Braces'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}

if(k.indexOf("Retention") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/retention.jpg' alt='Retention'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Feedback") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/feedback.jpg' alt='Feedback'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Guestbook") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/guestbook.jpg' alt='Guestbook'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Band Color Chooser") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/band-color-chooser.jpg' alt='Band Color Chooser'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}
if(k.indexOf("Appointment Request") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/appointment-request.jpg' alt='appointment-request'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}

if(k.indexOf("Financial & Insurance") >= 0)
{

jQuery("<img height='207' width='205' src='/Portals/0/images/financial-insurance.jpg' alt='Financial and Insurance'  />").insertBefore(jQuery("#dnn_RightPane").find("p").eq(0));

}

} 

});
















