
// Various residual page functions

    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }


// Page onload routine
function loader() {

    var pageUrl = document.location.href;
    var imagePath = '/ss/images/';
    if (pageUrl.indexOf('24ace') > -1)
    {
      imagePath += 'ace/';
    }
    else if (pageUrl.indexOf('webbivory') > -1)
    {
      imagePath += 'webb/';
    }
    else imagePath += 'studio/';

    // Cache hover images
    MM_preloadImages('/ss/images/common/tableftactive.gif', '/ss/images/common/tabrightactive.gif',
                     '/ss/images/common/newcustomer_selected.gif', '/ss/images/common/quickshop_selected.gif', 
                     '/ss/images/common/youraccount_selected.gif', '/ss/images/common/left-top-nav-over.gif',
                     '/ss/images/common/right-top-nav-over.gif', '/ss/images/common/left-bottom-nav-over.gif',
                     '/ss/images/common/right-bottom-nav-over.gif', '/ss/images/common/bottomnav-grad-over.gif',
                     '/ss/images/common/topnav-grad-over.gif',
                      imagePath +'cluetip_bl.gif', imagePath +'cluetip_br.gif',
                      imagePath +'cluetip_tl.gif', imagePath +'cluetip_tr.gif' );

}


//////////////
