function submitForm(myform){
var obj = document.getElementById(myform);
obj.submit();
}

function navigateTo(url){
window.location = url;
}

