// THIS DOC CONTAINS ROLLOVER CODE

var home_on_source = "/images/but-home-on.gif"
var home_off_source = "/images/but-home-off.gif"

home_on=new Image(64,29); home_on.src=home_on_source;
home_off=new Image(64,29); home_off.src=home_off_source;

var products_on_source = "/images/but-products-on.gif"
var products_off_source = "/images/but-products-off.gif"

products_on=new Image(84,29); products_on.src=products_on_source;
products_off=new Image(84,29); products_off.src=products_off_source;

var buynow_on_source = "/images/but-buynow-on.gif"
var buynow_off_source = "/images/but-buynow-off.gif"

buynow_on=new Image(74,29); buynow_on.src=buynow_on_source;
buynow_off=new Image(74,29); buynow_off.src=buynow_off_source;

var ourfriends_on_source = "/images/but-ourfriends-on.gif"
var ourfriends_off_source = "/images/but-ourfriends-off.gif"

ourfriends_on=new Image(99,29); ourfriends_on.src=ourfriends_on_source;
ourfriends_off=new Image(99,29); ourfriends_off.src=ourfriends_off_source;

var faqs_on_source = "/images/but-faqs-on.gif"
var faqs_off_source = "/images/but-faqs-off.gif"

faqs_on=new Image(51,29); faqs_on.src=faqs_on_source;
faqs_off=new Image(51,29); faqs_off.src=faqs_off_source;

var contactus_on_source = "/images/but-contactus-on.gif"
var contactus_off_source = "/images/but-contactus-off.gif"

contactus_on=new Image(69,29); contactus_on.src=contactus_on_source;
contactus_off=new Image(69,29); contactus_off.src=contactus_off_source;

var about_on_source = "/images/but-about-on.gif"
var about_off_source = "/images/but-about-off.gif"

about_on=new Image(75,29); about_on.src=about_on_source;
about_off=new Image(75,29); about_off.src=about_off_source;