limg=new Array()

limg[0] = new Array(new Image(), new Image());
limg[1] = new Array(new Image(), new Image());
limg[2] = new Array(new Image(), new Image());
limg[3] = new Array(new Image(), new Image());
limg[4] = new Array(new Image(), new Image());
limg[5] = new Array(new Image(), new Image());
limg[6] = new Array(new Image(), new Image());
limg[7] = new Array(new Image(), new Image());
limg[8] = new Array(new Image(), new Image());
limg[9] = new Array(new Image(), new Image());
limg[10] = new Array(new Image(), new Image());
limg[11] = new Array(new Image(), new Image());
limg[12] = new Array(new Image(), new Image());

limg[0][0].src = img_path+'icon_ip.gif';
limg[0][1].src = img_path+'icon_ip_o.gif';
limg[1][0].src = img_path+'icon_msnm.gif';
limg[1][1].src = img_path+'icon_msnm_o.gif';
limg[2][0].src = img_path+'icon_icq_add.gif';
limg[2][1].src = img_path+'icon_icq_add_o.gif';
limg[3][0].src = img_path+'icon_aim.gif';
limg[3][1].src = img_path+'icon_aim_o.gif';
limg[4][0].src = img_path+'icon_yim.gif';
limg[4][1].src = img_path+'icon_yim_o.gif';

limg[5][0].src = img_path+'icon_email.gif';
limg[5][1].src = img_path+'icon_email_o.gif';
limg[6][0].src = img_path+'icon_pm.gif';
limg[6][1].src = img_path+'icon_pm_o.gif';
limg[7][0].src = img_path+'icon_profile.gif';
limg[7][1].src = img_path+'icon_profile_o.gif';
limg[8][0].src = img_path+'icon_search.gif';
limg[8][1].src = img_path+'icon_search_o.gif';
limg[9][0].src = img_path+'icon_www.gif';
limg[9][1].src = img_path+'icon_www_o.gif';

limg[10][0].src = img_path+'icon_edit.gif';
limg[10][1].src = img_path+'icon_edit_o.gif';
limg[11][0].src = img_path+'icon_quote.gif';
limg[11][1].src = img_path+'icon_quote_o.gif';
limg[12][0].src = img_path+'icon_delete.gif';
limg[12][1].src = img_path+'icon_delete_o.gif';

function fb(name,inum, stat)
 {
	document.images[name].src=limg[inum][stat].src
 }
