function gourl(url)
{
 window.open(url);
}

document.getElementById("oBdy").style.backgroundAttachment = 'fixed';

function rootmenu(smenu)
{
 window.setTimeout("menubyname('" + smenu + "')",5);
}

function paypal_submit_subpage()
{
 window.parent.document.getElementById("djpaypal_frm").submit();
}