

data=new Array(

		"../img/b_usage_o.gif",

		"../img/b_sitemap_o.gif",

		"../img/b_home_o.gif",

		"../img/b_search_o.gif",

		"../img/b_enjoy_o.gif",

		"../img/b_newspaper_o.gif",

		"../img/b_support_o.gif",

		"../img/b_buying_o.gif",

		"../img/b_inquiry_o.gif",

		

	    "../search/img/b_writer_o.jpg",

		"../search/img/b_kodawari_o.jpg",

		"../search/img/b_shoplist_o.jpg",

		"../search/img/b_rssdelivery_o.jpg",

		"../search/img/b_shopmap_o.jpg",

		"../search/img/b_memories_o.jpg",

		

		"../support/img/b_recruit_o.jpg",

		"../support/img/b_before_sup_o.jpg",

		"../support/img/b_after_sup_o.jpg",

		

		"../buying/img/b_exchange_o.jpg",

		"../buying/img/b_buying_o.jpg",

		

		"../enjoy/img/b_podcast_o.jpg",

		"../enjoy/img/b_webtv_o.jpg",

		"../enjoy/img/b_links_o.jpg",



		"../publish/img/b_rule_o.jpg",

		"../publish/img/b_dist_o.jpg",

		"../publish/img/b_cost_o.jpg",

		"../publish/img/b_company_o.jpg",

		"../publish/img/b_contact_o.jpg",

		"../publish/img/b_work_o.jpg"

				);

btn=new Array();

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

function swapImg(str,num){document.images[str].src ="../img/b_" + num + ".gif";}





function openWin(ur,title) {

	var win1=window.open('', 'movieOpen', 'top=135,left=225,toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=315, height=300');

	win1.document.write('<html><head><title>'+title+'</title></head>');

	win1.document.write('<body bgcolor="#ffffff" style="margin:0px;padding:0px;">');

	//win1.document.write('<table width="100%" height="100%">');

	win1.document.write('<object id="MP" width="315" height="300" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">');

	win1.document.write('<param name="URL" value="'+ur+'">');

	win1.document.write('<param name="AutoStart" value="1">');

	win1.document.write('<param name="LOOP" value="1">');

	win1.document.write('<param name="ShowControls" value="0">');

	win1.document.write('<param name="ShowStatusBar" value="0">');

	win1.document.write('<embed width="315" height="300" url="'+ur+'" autostart="1" LOOP=1 showcontrols="0" showstatusbar="0" src="'+ur+'">');

	win1.document.write('</embed></object></p>');

	//win1.document.write('</td></tr></table>');

	win1.document.write('</body></html>');

	win1.document.close();

}





function disp(url){ 

window.open(url, "fairmovie", "width=350,height=350,scrollbars=no"); 

} 

