<!--// Navigations for mobile siteif(navigator.appVersion.charAt(0) >="3"){	var img = new Array();		// Biography		img[0] = new Image(); img[0].src = "../common/top00106.gif";		img[1] = new Image(); img[1].src = "../common/top00107.gif";		// Discography		img[2] = new Image(); img[2].src = "../common/top00108.gif";		img[3] = new Image(); img[3].src = "../common/top00109.gif";		// Live schedule		img[4] = new Image(); img[4].src = "../common/top00110.gif";		img[5] = new Image(); img[5].src = "../common/top00111.gif";		// Photo & Art		img[6] = new Image(); img[6].src = "../common/top00112.gif";		img[7] = new Image(); img[7].src = "../common/top00113.gif";		// Goods		img[8] = new Image(); img[8].src = "../common/top00114.gif";		img[9] = new Image(); img[9].src = "../common/top00115.gif";		// BBS		img[10] = new Image(); img[10].src = "../common/top00116.gif";		img[11] = new Image(); img[11].src = "../common/top00117.gif";		// Link		img[12] = new Image(); img[12].src = "../common/top00118.gif";		img[13] = new Image(); img[13].src = "../common/top00119.gif";		// mobile site		img[14] = new Image(); img[14].src = "../common/top00104.gif";		img[15] = new Image(); img[15].src = "../common/top00105.gif";		// SHORT HOPE PRODUCTION		img[16] = new Image(); img[16].src = "../common/top00120.gif";		img[17] = new Image(); img[17].src = "../common/top00121.gif";		// MANIC DEPRESSION		img[18] = new Image(); img[18].src = "../common/top00123.gif";		img[19] = new Image(); img[19].src = "../common/top00124.gif";	// Back to top		img[20] = new Image(); img[20].src = "../common/com00101.gif";		img[21] = new Image(); img[21].src = "../common/com00102.gif";		// i-mode		img[22] = new Image(); img[22].src = "images/mob00102.gif";		img[23] = new Image(); img[23].src = "images/mob00102b.gif";		// vodafone		img[24] = new Image(); img[24].src = "images/mob00103.gif";		img[25] = new Image(); img[25].src = "images/mob00103b.gif";		// EZweb		img[26] = new Image(); img[26].src = "images/mob00104.gif";		img[27] = new Image(); img[27].src = "images/mob00104b.gif";	function Mover(nam,num){		if (navigator.appVersion.charAt(0) >="3"){		document.images[nam].src=img[num].src;		}else{}	}	function Mout(nam,num){		document.images[nam].src = img[num].src;	}}//-->