function newslettersubscribe1(){
document.nlform.submit();
}
function newslettersubscribe2(){
document.nlform2.submit();
}
function login1(){
document.loginform1.submit();
}
function login2(){
document.loginform2.submit();
}
function contactus(){
document.enqform.submit();
}
function booking1(){
document.booking_form.submit();
}


function dosub(){
cansubmit=0;
if(""==document.forms.articleuploadform.txtarticlename.value)
{
alert("Please enter article name");
document.forms.articleuploadform.txtarticlename.focus()
cansubmit=1;
}

if(cansubmit==0)
document.articleuploadform.submit();

}
function pr(){
document.prform.submit();
}
