function PlaceOrder()
{
document.location = 'paypal_order.html';
}
function PlaceOrderRights()
{
document.location = 'paypal_order_rights.html';
}
function PlacePPOrder()
{
document.location = 'paypal_order.html';
}
function PlacePPOrderRights()
{
document.location = 'paypal_order_rights.html';
}
function PlaceCBOrder()
{
document.location = 'cb_order.html';
}
function PlaceCBOrderRights()
{
document.location = 'cb_order_rights.html';
}
function PlaceOrderUpgrade() //uses order_upgrade.php instead
{
document.location = 'paypal_order_upgrade.html';
}
function PlacePPOrderUpgrade() //uses order_upgrade.php instead
{
document.location = 'paypal_order_upgrade.html';
}
function PlaceCBOrderUpgrade() //uses order_upgrade.php instead
{
document.location = 'cb_order_upgrade.html';
}
function PlacePPOrderOTO()
{
document.location = 'paypal_order_oto.html';
}
function PlaceCBOrderOTO()
{
document.location = 'cb_order_oto.html';
}

