// JavaScript Document

function makebar() {
	
	// Define Top Menu Items

	if(document.getElementById("nav01")) document.getElementById("nav01").innerHTML="<a href='http://www.profilesdatabase.com/'></a>";
	if(document.getElementById("nav03")) document.getElementById("nav03").innerHTML="<a href='http://www.profilesdatabase.com/products.html'></a>";
	if(document.getElementById("nav04")) document.getElementById("nav04").innerHTML="<a href='https://www.profilesdatabase.com/secure/ProfilesPricelist.html'></a>";
	if(document.getElementById("nav05")) document.getElementById("nav05").innerHTML="<a href='http://www.profilesdatabase.com/faq.html'></a>";
	if(document.getElementById("nav06")) document.getElementById("nav06").innerHTML="<a href='http://www.profilesdatabase.com/tutorial.html'></a></a>";
	if(document.getElementById("nav07")) document.getElementById("nav07").innerHTML="<a href='http://www.profilesdatabase.com/physician-compensation.html'></a>";
	if(document.getElementById("nav08")) document.getElementById("nav08").innerHTML="<a href='http://www.profilesdatabase.com/contact-us.html'></a>";
	
	if(document.getElementById("enterdbBtn")) document.getElementById("enterdbBtn").innerHTML="<a href='http://www.profilesdatabase.com/physician-profiles.html'></a>";

	if(document.getElementById("DB07Btn")) document.getElementById("DB07Btn").innerHTML="<a href='http://www.profilesdatabase.com/'></a>";
	if(document.getElementById("DB08Btn")) document.getElementById("DB08Btn").innerHTML="<a href='http://www.profilesdatabase.com/'></a>";
	if(document.getElementById("DB09Btn")) document.getElementById("DB09Btn").innerHTML="<a href='http://www.profilesdatabase.com/'></a>";
	if(document.getElementById("DB10Btn")) document.getElementById("DB10Btn").innerHTML="<a href='http://www.profilesdatabase.com/'></a>";
}