function PlaceOrder()
{
document.location = 'paypal_order.php';
}


function PlaceOrder2()
{
document.location = 'paypal_order2.php';
}

