var brouse = navigator.userAgent;
function mainchange(trList){
	if((brouse.indexOf("Netscape")!=-1)||(brouse.indexOf("Firefox")!=-1)){
		trMenu = document.getElementById(trList).style;
		if( trMenu.display != 'block' ){
			trMenu.display = "block";
			for( i = 0; i <= 3; i++ ){
				trMenu_sub = document.getElementById('main_img'+i).style;
					if( trMenu_sub != trMenu ){
						trMenu_sub.display = "none";
					}
			}
		}
	}
	else {
		trMenu = trList + '.style';
		trMenu = eval(trMenu);
		if( trMenu.display != 'block' ){
			trMenu.display = "block";
			for( i = 0; i <= 3; i++ ){
						trMenu_sub = 'main_img' + i + '.style';
						trMenu_sub = eval(trMenu_sub);
						if( trMenu_sub != trMenu){
							trMenu_sub.display = "none";
						}
			}
		}
	}
var readimg = new Image();
readimg.src = trList , ".gif";
}
box = new Array();
box[0] = "/image/top/pc/main580-01-2.jpg";
box[1] = "/image/top/pc/main580-02-2.jpg";
box[2] = "/image/top/pc/main580-03-2.jpg";
box[3] = "/image/top/pc/main580-04-2.jpg";
box[4] = "/image/top/pc/menu_accessory2.jpg";
box[5] = "/image/top/pc/menu_bag2.jpg";
box[6] = "/image/top/pc/menu_boots2.jpg";
box[7] = "/image/top/pc/menu_bottoms2.jpg";
box[8] = "/image/top/pc/menu_dress2.jpg";
box[9] = "/image/top/pc/menu_leggings2.jpg";
box[10] = "/image/top/pc/menu_lingerie2.jpg";
box[11] = "/image/top/pc/menu_onepiece2.jpg";
box[12] = "/image/top/pc/menu_others2.jpg";
box[13] = "/image/top/pc/menu_outer2.jpg";
box[14] = "/image/top/pc/menu_sale2.jpg";
box[15] = "/image/top/pc/menu_sandal2.jpg";
box[16] = "/image/top/pc/menu_tops2.jpg";


plImg = new Array();
for(i=0; i<box.length; i++) {
  plImg[i] = new Image();
  plImg[i].src = box[i];
}

function search_default(){
	document.searchform.k.value = '';
}
