//Change the action string on the form tag and submit the form

function upload_training_pic() {
//   document.all(section_text).innerHTML = '<FONT COLOR="#990000"><strong>Uploading File... Please Wait</strong></font>';
   document.frm_gda.action="http://jagthund.com/mine-sider/opret-traening/?action=picupload";
   document.frm_gda.submit();
}

function upload_kennel_pic() {
//   document.all(section_text).innerHTML = '<FONT COLOR="#990000"><strong>Uploading File... Please Wait</strong></font>';
   document.frm_gda.action="http://jagthund.com/mine-sider/opret-kennel/?action=picupload";
   document.frm_gda.submit();
}

function upload_dog_pic() {
//   document.all(section_text).innerHTML = '<FONT COLOR="#990000"><strong>Uploading File... Please Wait</strong></font>';
   document.frm_gda.action="http://jagthund.com/mine-sider/opret-hund/?action=picupload";
   document.frm_gda.submit();
}

$(document).ready(function() {
  
//  $('body').hide();
//  $('body').show();
    
});

