if (document.images) { 

var img1on = new Image();
img1on.src = "http://img05.ti-da.net/usr/chulala/btn_home_on.gif"; 
var img1off = new Image();
img1off.src = "http://img05.ti-da.net/usr/chulala/btn_home.gif";

var img2on = new Image();
img2on.src = "http://img05.ti-da.net/usr/chulala/btn_guide_on.gif";
var img2off = new Image();
img2off.src = "http://img05.ti-da.net/usr/chulala/btn_guide.gif";

var img3on = new Image();
img3on.src = "http://img05.ti-da.net/usr/chulala/btn_pay_on.gif";
var img3off = new Image();
img3off.src = "http://img05.ti-da.net/usr/chulala/btn_pay.gif";

var img4on = new Image();
img4on.src = "http://img05.ti-da.net/usr/chulala/btn_sample_on.gif";
var img4off = new Image();
img4off.src = "http://img05.ti-da.net/usr/chulala/btn_sample.gif";

var img5on = new Image();
img5on.src = "http://img05.ti-da.net/usr/chulala/btn_type_on.gif"; 
var img5off = new Image();
img5off.src = "http://img05.ti-da.net/usr/chulala/btn_type.gif";

var img6on = new Image();
img6on.src = "http://img05.ti-da.net/usr/chulala/btn_itemlist_on.gif";
var img6off = new Image();
img6off.src = "http://img05.ti-da.net/usr/chulala/btn_itemlist.gif";

var img7on = new Image();
img7on.src = "http://img05.ti-da.net/usr/chulala/btn_faq_on.gif";
var img7off = new Image();
img7off.src = "http://img05.ti-da.net/usr/chulala/btn_faq.gif";

var img8on = new Image();
img8on.src = "http://img05.ti-da.net/usr/chulala/btn_inquiry_on.gif";
var img8off = new Image();
img8off.src = "http://img05.ti-da.net/usr/chulala/btn_inquiry.gif";

var img9on = new Image();
img9on.src = "http://img05.ti-da.net/usr/chulala/btn_sitemap_on.gif";
var img9off = new Image();
img9off.src = "http://img05.ti-da.net/usr/chulala/btn_sitemap.gif";


var img10on = new Image();
img10on.src = "http://img01.ti-da.net/usr/chulala/btn_logout_on.gif";
var img10off = new Image();
img10off.src = "http://img01.ti-da.net/usr/chulala/btn_logout.gif";

var img11on = new Image();
img11on.src = "http://img01.ti-da.net/usr/chulala/btn_change_on.gif";
var img11off = new Image();
img11off.src = "http://img01.ti-da.net/usr/chulala/btn_change.gif";

var img12on = new Image();
img12on.src = "http://img01.ti-da.net/usr/chulala/btn_history_on.gif";
var img12off = new Image();
img12off.src = "http://img01.ti-da.net/usr/chulala/btn_history.gif";

var img13on = new Image();
img13on.src = "http://img01.ti-da.net/usr/chulala/btn_pointhistory_on.gif";
var img13off = new Image();
img13off.src = "http://img01.ti-da.net/usr/chulala/btn_pointhistory.gif";

var img14on = new Image();
img14on.src = "http://img01.ti-da.net/usr/chulala/btn_login_on.gif";
var img14off = new Image();
img14off.src = "http://img01.ti-da.net/usr/chulala/btn_login.gif";

var img15on = new Image();
img15on.src = "http://img01.ti-da.net/usr/chulala/btn_list_on.gif";
var img15off = new Image();
img15off.src = "http://img01.ti-da.net/usr/chulala/btn_list.gif";



} 


function On(name) { 

if (document.images) { 
document.images[name].src = eval(name + 'on.src'); 
} 

} 


function Off(name) { 

if (document.images) { 
document.images[name].src = eval(name + 'off.src'); 
} 

} 
