function submitform()
{
document.theform.action = "/formprocess.aspx?id=6474";
document.theform.submit();
document.theform.action = "https://www.paypal.com/cgi-bin/webscr";
document.theform.target = "paypal";
document.theform.submit();

} 
