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