<!--
//----------------------------------------------------------------------//
//                        Property of OGF Online        		         	    //
//                 									                                            //
// Script Written By: Benedict Ang             			                      //
// Last Modified: Aug 30, 1999                           	   					      //
//                 									                                            //
//                 									                                            //
//----------------------------------------------------------------------//
 
var stocksmutualfunds_on = new Image();
var quotesnews_on = new Image();
var openingyouraccount_on = new Image();
var portfolioreporting_on = new Image();
var thebahamas_on = new Image();
var onlineprivacy_on = new Image();

var stocksmutualfunds_off = new Image();
var quotesnews_off = new Image();
var openingyouraccount_off = new Image();
var portfolioreporting_off = new Image();
var thebahamas_off = new Image();
var onlineprivacy_off = new Image();

stocksmutualfunds_off.src = "buttons/stocksmutualfunds0.gif";
quotesnews_off.src = "buttons/quotesnews0.gif";
openingyouraccount_off.src = "buttons/openingyouraccount0.gif";
portfolioreporting_off.src = "buttons/portfolioreporting0.gif";
thebahamas_off.src = "buttons/thebahamas0.gif";
onlineprivacy_off.src = "buttons/onlineprivacy0.gif";

stocksmutualfunds_on.src = "buttons/stocksmutualfunds1.gif";
quotesnews_on.src = "buttons/quotesnews1.gif";
openingyouraccount_on.src = "buttons/openingyouraccount1.gif";
portfolioreporting_on.src = "buttons/portfolioreporting1.gif";
thebahamas_on.src = "buttons/thebahamas1.gif";
onlineprivacy_on.src = "buttons/onlineprivacy1.gif";
