// JavaScript Document
function frmsubmit(func) {
	frm = document.entryform;
	frm.func.value = func;
	frm.submit();
}	
/*function chk_ship()
{
frm = document.entryform;
if(frm.sid.value == "" || frm.sid.value == 0)
 {
 alert("Select Shipping.");
 frm.sid.focus();
 }
 else
 {
 document.location.href="userdetails.html";
 }
}*/
function chk_ship()
{

 document.location.href="userdetails.html";
}