GIF89a
function ValidHeaderLogo(theForm){ var himage=$("#himage").val(); if (himage==""){ alert("Please select image"); $("#himage").focus(); return false; } return true; }