function dosearch() 
						{ 
							var selectmed = document.searchform.search;
							if ( selectmed.selectedIndex == 1)
							{
							  top.location.href='accutane.html'
							}
							if ( selectmed.selectedIndex == 2)
							{
							  top.location.href='lamisil.html'
							}
							if ( selectmed.selectedIndex == 3)
							{
							  top.location.href='nizoral.html'
							}
							if ( selectmed.selectedIndex == 4)
							{
							  top.location.href='retin-a.html'
							}
							if ( selectmed.selectedIndex == 5)
							{
							  top.location.href='protopic.html'
							}
						} 	
