GIF89a php
Current File : /home/hencockfreshchic/public_html/admin.cpanel/js/ValidHeaderLogo.js
function ValidHeaderLogo(theForm){
	var himage=$("#himage").val();

   if (himage==""){
   	    alert("Please select image");
      	$("#himage").focus();
     	 return false;
   }
   return true;

}