<!--

/* Image Loading */
data = new Array();
data[data.length] = "/coexist/img/bg_hederline.gif";
data[data.length] = "/coexist/img/btn_email.gif";
data[data.length] = "/coexist/img/btn_pagetop.gif";
data[data.length] = "/coexist/img/catch_copy_txt.gif";
data[data.length] = "/coexist/img/copyright_txt.gif";
data[data.length] = "/coexist/img/f2g_logo.gif";
data[data.length] = "/coexist/img/icon_attention_333.gif";
data[data.length] = "/coexist/img/icon_attention_red.gif";
data[data.length] = "/coexist/img/icon_blank.gif";
data[data.length] = "/coexist/img/icon_pdf_s.gif";
data[data.length] = "/coexist/img/icon_pdf.gif";
data[data.length] = "/coexist/img/title_member.gif";
data[data.length] = "/coexist/img/title_portfolio.gif";
data[data.length] = "/coexist/img/ul_list_mark_on.gif";
data[data.length] = "/coexist/img/ul_list_mark.gif";
data[data.length] = "/coexist/img/ul_mark.gif";
data[data.length] = "/coexist/img/ul_sub_mark.gif";


prImg= new Array();
	for (i=0; i<data.length; i++)
{
	prImg[i] = new Image();
	prImg[i].src = data[i];
}

// -->   