function popupLogin(url) 
		{ 
		window.open(url,'_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=710,height=710,screenX=50,screenY=50,top=50,left=50');
		}
	
	function searchVisibility(id, visibility) {
			document.form10.advsearchtxt.value='';
			document.getElementById('searchType').style.visibility = 'visible'; 
		}
	
	function searchHidden() {
			document.getElementById('searchType').style.visibility = 'hidden'; 
			return false ; 	
		}
	///////
function op(){

	 
		
		if(document.form10.advsearchtxt.value=='' )
				{
				alert('Please provide a search term or phrase in the search box to search the image database.');
				document.form10.advsearchtxt.focus();
					return false;
				}
		
		if (document.form10.advsearchtxt.value == "Search Using Keywords or Image ID")
				{ 
				alert('Fill Appropriate value before submitting');
			//   document.form10.advsearchtxt.value ="";
					return false;
				}
	
	
}

