var GOLD_PLAN_POS=0;

function nastyBruteFunction(portal_url)
{
//     if( navigator.appName != 'Microsoft Internet Explorer' )
//     {
//         if( window.location==portal_url+ '/webhosting/index.htm' )
//         {
//             document.getElementById('unixscroll').src=portal_url + 
//             '/webhosting/unixscroll.html#gold_plan';
//         }
//     }
//    
}

function checkResizeLoc(portal_url)
{
    if( window.location==portal_url+ '/webhosting/index.htm' ||
        window.location==portal_url+ '/ecommerce/index.htm')
        P7_ReDoIt();
}

function checkOnLoad(portal_url)
{
    if( window.location==portal_url+ '/ecommerce/index.htm')
    {
        //preloadImages();
        P7_setScroller('divUnixScroller','divUnixContent', 0,0);
        P7_setScroller('divWinScroller','divWinContent',0,0);
    }

    if( window.location==portal_url+ '/webhosting/index.htm' )
    {
        //preloadImages();
        P7_setScroller('divUnixScroller','divUnixContent', 0,0);
        P7_setScroller('divWinScroller','divWinContent',0,0);
    }
}

function confirmAction(msg)
{
    var doit=confirm(msg);
    if (doit)
        return true ;
    else
	return false ;
}