 //Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm















function showToolbar()







{







// AddItem(id, text, hint, location, alternativeLocation);







// AddSubItem(idParent, text, hint, location, linktarget);















    menu = new Menu();







    menu.addItem("rights", "Your Rights", "Your Rights",  null, null);







    menu.addItem("MMJ", "Medical Marijuana", "Medical Marijuana",  null, null); 

    menu.addItem("Jimenez", "Dr. Blake", "Dr. Blake",  null, null); 


    menu.addItem("Info", "General Information", "Info",  null, null); 
	
	
	 menu.addItem("FAQ", "Frequently Asked Questions", "FAQ",  "http://mmofsd.com/mmofsd_faq.php", "");


    menu.addItem("clinics", "Our Clinics", "Clinics",  null, null); 

    menu.addItem("orgs", "Organizations", "Organizations",  null, null); 

    menu.addSubItem("rights", "Prop215", "CA Proposition 215 - 1996",  "http://drbobblake.org/docs/CA-Prop-215.pdf", "_display"); 

    menu.addSubItem("rights", "SB420", "CA SB420",  "http://mmofoc.com/mmofoc_sb420.php", ""); 
    menu.addSubItem("rights", "California Counties", "California Counties",  "http://www.cdph.ca.gov/services/Pages/MMPCounties.aspx", "_display");















    menu.addSubItem("MMJ", "For Patients", "Medical Marijuana Patient Information",  "http://mmofoc.com/mmofoc_patients.php", "");







    menu.addSubItem("MMJ", "For Doctors", "Medical Marijuana Doctor Information",  "http://mmofoc.com/mmofoc_doctors.php", "");







    menu.addSubItem("MMJ", "Payment Options", "Payment Options Credit Card or Paypal",  "http://www.drbobblake.com/merchant/payment_options.php", "_display");







      







    







    menu.addSubItem("Jimenez", "About The Doctor", "Doctor Bob Blake",  "http://mmofoc.com/mmofoc_jimenez.php", "");







    menu.addSubItem("Jimenez", "Privacy Policy", "Doctor's Jimenez Privacy Polcies",  "http://mmofoc.com/mmofoc_privacy.php", "");







    menu.addSubItem("Jimenez", "Disclaimer", "Doctor's Disclaimer",  "http://mmofoc.com/mmofoc_disclaimer.php", "");




 












    menu.addSubItem("Info", "News", "News",  "http://mmofoc.com/mmofoc_news.php", "");







    menu.addSubItem("Info", "FAQ", "FAQ",  "http://mmofoc.com/mmofoc_faq.php", "");







 menu.addSubItem("Info", "Links", "Links", "http://mmofoc.com/mmofoc_links.php", "");







    menu.addSubItem("Info", "Assessment Tool", "Assessment Tool",  "http://drbobblake.com/merchant/payment_options.php", "_display");







    menu.addSubItem("Info", "VERIFICATIONS", "VERIFICATIONS",  "http://www.1888215herb.com/SSL/", "_display");







    menu.addSubItem("Info", "Contact Us", "Contact Us",  "http://mmofoc.com/mmofoc_contact.php", "");















    menu.addSubItem("clinics", "San Diego", "San Diego",  "http://www.medicalmarijuanaofsandiego.com/", "_display");







    menu.addSubItem("clinics", "Orange County", "Orange County",  "http://www.medicalmarijuanaoforangecounty.com/", "_display");







    menu.addSubItem("clinics", "Los Angeles", "Los Angeles",  "http://www.medicalmarijuanaoflosangeles.com/", "_display");







        menu.addSubItem("clinics", "Santa Barbara", "Santa Barbara",  "http://mmofsb.com/", "_display");





 





    







    menu.addSubItem("orgs", "MPP", "San Diego",  "http://www.mpp.org/", "_display");







    menu.addSubItem("orgs", "Safe Access", "Safe Access",  "http://www.safeaccessnow.org/", "_display");







    menu.addSubItem("orgs", "CA NORML", "California NORML",  "http://www.CANORML.org", "_display");







    menu.addSubItem("orgs", "OC NORML", "OC NORML",  "http://www.ocnorml.org", "_display");







    menu.addSubItem("orgs", "LA NORML", "CA NORML",  "http://www.lanorml.org", "_display");























    menu.showMenu();







}
