<!--
//----------------------------------------------------------------------//
//                        Property of OGF Online        		         	    //
//                 									                                            //
// Script Written By: Benedict Ang             			                      //
// Last Modified: Aug 30, 1999                           	   					      //
//                 									                                            //
//                 									                                            //
//----------------------------------------------------------------------//
 
var notjustfortherich_on = new Image();
var banksecrecy_on = new Image();
var transferringfunds_on = new Image();
var links_on = new Image();

var notjustfortherich_off = new Image();
var banksecrecy_off = new Image();
var transferringfunds_off = new Image();
var links_off = new Image();

notjustfortherich_off.src = "buttons/notjustfortherich0.gif";
banksecrecy_off.src = "buttons/banksecrecy0.gif";
transferringfunds_off.src = "buttons/transferringfunds0.gif";
links_off.src = "buttons/links0.gif";

notjustfortherich_on.src = "buttons/notjustfortherich1.gif";
banksecrecy_on.src = "buttons/banksecrecy1.gif";
transferringfunds_on.src = "buttons/transferringfunds1.gif";
links_on.src = "buttons/links1.gif";


