function openOnline(Serial)
{
	
	var online;
	online = window.open("/online/cmuseum_e.asp?userDepth=0"+Serial, "online", "width=700,height=600,scrollbars=no,statusbar=no,toolbar=no");
	online.focus();
	
}

function GoURL(str, pos)
{	
	var C_URL;
	C_URL = "/eng_museum/"
	
	
	if(str == '') return;
	switch(str)
	{
		case "19":
			document.location.assign(C_URL+"intro/welcome.asp");
			break;
		case "20":
			document.location.assign(C_URL+"main.asp");
			break;		
		case "21": 
			document.location.assign(C_URL+"intro/summary.asp");
			break;		
		case "22":
			document.location.assign(C_URL+"intro/history.asp");
			break;
		case "23": 			
			document.location.assign(C_URL+"intro/collection.asp");
			break;
		case "24": 			
			document.location.assign(C_URL+"intro/ci.asp");	
			break;	
		case "25":
			document.location.assign(C_URL+"exhibition/ready.asp");
			break;
		case "26": 			
			document.location.assign(C_URL+"exhibition/8.asp");
			break;	
		case "271":	// Wedding - story
			document.location.assign(C_URL+"info/location.asp");
			break;	
		case "272":	// visitor's information
			document.location.assign(C_URL+"info/information.asp");
			break;	
		case "28":	// Wedding - dress
			document.location.assign(C_URL+"board/list.asp");
			break;			
		case "31": 
			document.location.assign(C_URL+"exhibition/4.asp");
			break;		
		case "32":
			document.location.assign(C_URL+"exhibition/3.asp");
			break;
		case "33": 			
			document.location.assign(C_URL+"exhibition/2.asp");
			break;
		case "34": 			
			document.location.assign(C_URL+"exhibition/1.asp");
			break;	
		case "37":
			document.location.assign(C_URL+"sitemap.asp");
			break;
		case "38":
			document.location.assign("/museum/main.asp");
			break;
		case "39":
			document.location.assign("/eng_group/main.asp");
			break;
		default:		
//			document.location.assign(C_URL+"jewelry");
			break;
	}
	return;

}
