<!--
//----------------------------------------------------------------------//
//                    Property of Rapidtraffic.com		  	     //
//                 									                                         //
// Programmer: Benedict Ang                    			      //
// Last Modified: Aug 10, 1999                            //
//                 									                                        //
//----------------------------------------------------------------------//


var home_on = new Image();

var home_off = new Image();
 
home_on.src = relativePath + "buttons/home1.gif";

home_off.src = relativePath + "buttons/home0.gif";
//-->