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

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

}