function flashf(s,d,w,h,t) {
        return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width="+w+" height="+h+" id="+d+"><param name=wmode value="+t+" /><param name=movie value="+s+" /><param name=quality value=high /><embed src="+s+" quality=high wmode="+t+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+"></embed></object>";
}

// write document contents
function documentwrite(src){
        document.write(src);
}

// assign code innerHTML
function setcode(target, code){
        target.innerHTML = code;
}

function goMenu(menu) {
	var menu=menu.toUpperCase();

	switch(menu) {
	
	case "A":
			location.href='/list/list2.asp?skind=n&stype=b&product_type2=B';			//±¹³»µµ¼­
			return;
				case "A01":												
					location.href='/list/list2.asp?skind=n&stype=b&product_type2=B';
					return;
				case "A02":
					location.href='/list/list2.asp?skind=n&stype=n&product_type2=N';
					return;
				case "A03":
					location.href='/list/list2.asp?skind=n&stype=a&product_type2=S';
					return;
				case "A04":
					location.href='/list/list2.asp?skind=n&stype=c&product_type2=P';
					return;
				case "A05":
					location.href='/list/search.asp?product_origin=29';
					return;


	case "B":
		location.href='/list/list2.asp?skind=f&stype=b&product_type2=B';			//±¹¿Üµµ¼­
		return;
				case "B01":
					location.href='/list/list2.asp?skind=f&stype=b&product_type2=B';
					return;
				case "B02":
					location.href='/list/list2.asp?skind=f&stype=n&product_type2=N';
					return;
				case "B03":
					location.href='/list/list2.asp?skind=f&stype=a&product_type2=S';
					return;
				case "B04":
					location.href='/list/list2.asp?skind=f&stype=c&product_type2=P';
					return;
				case "B05":
					location.href='/list/search.asp?product_origin=52';
					return;


	case "C":
		location.href='/list/list2.asp?skind=s03';			//½ÅÈï¸Þµå
		return;
				case "C01":
					location.href='/list/list2.asp?skind=s01';
					return;
				case "C02":
					location.href='/list/list2.asp?skind=s02';
					return;
				case "C03":
					location.href='/list/list2.asp?skind=s03';
					return;

		
	case "D":
		location.href='/list/list2.asp?skind=d01';			//Ãâ°£¿¹Á¤
		return;
				case "D01":
					location.href='/list/list2.asp?skind=d01';			//±¹³»
					return;
				case "D02":
					location.href='/list/list2.asp?skind=d02';			//±¹¿Ü
					return;
				
	
	case "E":
		location.href='/event/eventmain.asp?srch_board_idx=36&srch_date_type=s';	//ÀÌº¥Æ®
		return;

	case "F":
		location.href='/list/list2.asp?ac_number=29&bc_number=190';	// ±âÅ¸
		return;

				case "F01":
						location.href='/list/list2.asp?skind=PDA';	// PDA
						return;

				case "F02":
						location.href='/list/list2.asp?skind=DVD';	// DVD
						return;

				case "F03":
						location.href='/list/list2.asp?ac_number=29&bc_number=190';	// ±âÅ¸
						return;

	}
}

