<!-- 
// js by mallsop.com for maverest.com for use by the flash apps 09-2008
// nav links for main Folder
		function redirect1()	{								
				window.location = "index.html";
				}
		function redirect2()	{								
				window.location = "about.html";
				}
		function redirect3()	{								
				window.location = "members/members.html";
				}
		function redirect4()	{								
				window.location = "dentists/dentists.html";
				}
		function redirect5()	{								
				window.location = "clients/clients.html";
				}
		function redirect6()	{								
				window.location = "contact.html";
				}
		function findadentist1()	{								
				window.location = "dentist_search.html";
				}

//-->				
