function w(s)
	{
	document.write(s);
	}


	function ShowBottomNav() {

	    var DRStr = "";
	    
	if (window.location.href.toLowerCase().indexOf("doctors/") != -1) {
	    DRStr = "../";
	    }
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "index.html\">Home</a> | ");
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "doctors.html\">Physicians</a> | ");
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "locations.html\">Locations</a> | ");
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "resources.html\">Resources</a> | ");
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "forms.html\">Forms</a> | ");
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "news.html\">News</a> | ");
	    w("<a class=\"bottomNav\" href=\"" + DRStr + "contact.html\">Contact</a> ");    
    }
function ShowMenuBar() {

    var DRStr = "";

    if (window.location.href.toLowerCase().indexOf("doctors/") != -1) {
        DRStr = "../";
    }
    
    w("<div class=\"menu\">");
	w("<ul>");
	w("<li><a href=\"" + DRStr + "index.html\">HOME</a></li>");
	w("<li><a href=\"" + DRStr + "doctors.html\" >PHYSICIANS</a></li>");
	w("<li><a href=\"" + DRStr + "locations.html\" >LOCATIONS</a></li>");
	w("<li><a href=\"" + DRStr + "resources.html\" >RESOURCES</a></li>");
	w("<li><a href=\"" + DRStr + "forms.html\" >FORMS</a></li>");
	w("<li><a href=\"" + DRStr + "news.html\" >NEWS</a></li>");
	w("<li><a href=\"" + DRStr + "contact.html\" >CONTACT</a></li>");
    w("</ul>");
    w("</div>");
    
    }

function leftbar() 
    {
     var DevStr = "";

    if (window.location.href.toLowerCase().indexOf("dev.inswift.com") != -1) 
        {
        DevStr = "http://dev.inswift.com/web/nphc.com";
        }
    w("<b><u>PHYSICIANS</u></b><br />");
    w("<a href=\"" + DevStr + "/Doctors/marvin.html\">");
    w("Marvin S. Siegel, D.O.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/gary.html\">");
    w("Gary S. Kauffman, M.D.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/warren.html\">");
    w("Warren M. Breisblatt, M.D.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/lawrence.html\">");
    w("Lawrence A. Kline, D.O.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/atiemo.html\">");
    w("Andrew D. Atiemo, M.D.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/sabbath.html\">");
    w("Adam M. Sabbath, M.D.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/markseifert.html\">");
    w("Mark J. Seifert, M.D.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/deepakkhosla.html\">");
    w("Deepak Khosla, M.D.</a><br />");
    w("<a href=\"" + DevStr + "/Doctors/punitparasher.html\">");
    w("Punit S. Parasher, M.D. </a><br /><br>");
    w("<b><u>ALLIED HEALTH<br />PROFESSIONALS</u></b><br />");
    w("<a href=\"" + DevStr + "/Doctors/kellymcelroy.html\">");
    w("Kelly R. McElroy, FNP</a><br />");  
    w("<a href=\"" + DevStr + "/Doctors/amygeorge.html\">");
    w("Amy C. George, ANP</a><br />");  
    

/*
	
	
	
	w("<img src=\"");
	w("http://nphc.com/images/contact_info.gif\" alt=\"Contact Information\">");
	w("<br>");
	w("<br>");
	w("9250 N 3rd St, Suite 3010<br>");
	w("Phoenix AZ 85020<br>");
	w("602-861-1168<br>");
	w("<br>");
	
	w("16222 N. 59th Ave., Suite B145<br>");
    w("Glendale, AZ 85306<br>");
    w("602-978-1121<br>");
	
//	w("6206 W. Bell Rd, Suite 2<br>");
//	w("Glendale AZ 85308<br>");
//	w("602-978-1121<br>");
	
	w("<br>");
	w("18404 N. Tatum Blvd.<br>");
	w("Suite 201<br>");
	w("Phoenix AZ 85032<br>");
	w("602-867-7217<br>");
	w("<br>");
//	w("19636 N 27TH Ave, <br>");
//	w("Suite 302<br>");
//	w("Phoenix AZ 85027<br>");
//	w("623-580-1256<br>");
//	w("<br>");	
	w("9305 W. Thomas Rd., Suite 370<br>");
	w("Phoenix, AZ 85037<br>");
	w("623-298-5220<br>");
	w("<br>");	
	*/
	}

