    <!--- HIDE FROM OLD BROWSERS
    // THIS SECTION PRELOADS THE IMAGES
    var imagepath = "../img/";
    var imagepics = new Array;
	imagepics[0] = new Array("base_sb_bk.png",760,250);
    imagepics[1] = new Array("newlogo1.jpg",220,220);
    imagepics[2] = new Array("secureshopping1.jpg",143,30);
	imagepics[3] = new Array("img_mainbackground.jpg",771,441);
    imagepics[4] = new Array("lsbmyaccount_off_reseller.png",220,22);
	imagepics[5] = new Array("lsbmyaccount_on_reseller.png",220,22);
	imagepics[6] = new Array("lsbmyemail_reseller.png",220,22);
	imagepics[7] = new Array("lsbmyemail_reseller_off.png",220,22);
	imagepics[8] = new Array("lsbmyprod_off_reseller.png",220,22);
	imagepics[9] = new Array("lsbmyprod_on_reseller.png",220,22);
	imagepics[10] = new Array("lsbmyrenew_off_reseller.png",220,22);
	imagepics[11] = new Array("lsbmyrenew_on_reseller.png",220,22);
	imagepics[12] = new Array("lsbsupport_reseller.png",220,22);
	imagepics[13] = new Array("lsbsupport_reseller_off.png",220,22);
	imagepics[14] = new Array("btn_manage_off.png",66,15);
	imagepics[15] = new Array("btn_manage_on_rslr.png",66,15);
	imagepics[16] = new Array("btn_renew_off.png",66,15);
	imagepics[17] = new Array("btn_renew_on_rslr.png",66,15);
	imagepics[18] = new Array("btn_upgrade_off.png",66,15);
	imagepics[19] = new Array("btn_upgrade_on_rslr.png",66,15);
	imagepics[20] = new Array("img_showallarrow.png",6,12);
	imagepics[21] = new Array("base_hdr_pl.png",67,212);
	imagepics[22] = new Array("bdr_sdw_bar_ends.png",12,30);
	imagepics[23] = new Array("rss.gif",36,14);
	var myPics = preloadImages(imagepath,imagepics);
    function preloadImages(path,pics) {
        var images = new Array;
        for (var picNum=0; picNum<pics.length; picNum++)
            {
            images[picNum] = new Image(pics[picNum][1],pics[picNum][2]);
            images[picNum].src = (path + pics[picNum][0]);
            }
        return (images);
    }
    // END HIDING -->

