g_home         = new Image(); g_home.src          = "./graphics/home.gif"   ;
g_home_h       = new Image(); g_home_h.src        = "./graphics/home_h.gif" ;

g_about_us     = new Image(); g_about_us.src      = "./graphics/about_us.gif"   ;
g_about_us_h   = new Image(); g_about_us_h.src    = "./graphics/about_us_h.gif" ;

g_show_room    = new Image(); g_show_room.src     = "./graphics/show_room.gif"   ;
g_show_room_h  = new Image(); g_show_room_h.src   = "./graphics/show_room_h.gif" ;

g_service      = new Image(); g_service.src       = "./graphics/service.gif"   ;
g_service_h    = new Image(); g_service_h.src     = "./graphics/service_h.gif" ;

g_location     = new Image(); g_location.src      = "./graphics/location.gif"   ;
g_location_h   = new Image(); g_location_h.src    = "./graphics/location_h.gif" ;

g_finance      = new Image(); g_finance.src       = "./graphics/finance.gif"   ;
g_finance_h    = new Image(); g_finance_h.src     = "./graphics/finance_h.gif" ;

g_contact_us   = new Image(); g_contact_us.src    = "./graphics/contact_us.gif"   ;
g_contact_us_h = new Image(); g_contact_us_h.src  = "./graphics/contact_us_h.gif" ;

//#################################################################################
function hover_gif(name)
{
	eval("document.i_" + name + ".src = g_" + name + "_h.src");
}
//#################################################################################
function un_hover_gif(name)
{
	eval("document.i_" + name + ".src = g_" + name + ".src");
}

//#################################################################################
///////////////////////////////////////////////////////////////////////////////////
//#################################################################################