<!--
function goUrl()	{
	var strUrl
	var strDef = "http://orange.zero.jp/mizuki.rose/culdcept/"
	switch (frmHis.selHis.value) {
		case "2EX":
			strUrl = "http://www.culdcept.com/lineup/secondex/index.html"
			break
		case "2ND":
			strUrl = "http://www.culdcept.com/lineup/second/"
			break
		case "359":
			strUrl = strDef + "359/359.html"
			break
		case "AC3":
			strUrl = strDef + "culdachieve3.html"
			break
		case "AHO":
			strUrl = strDef + "aho/"
			break
		case "ANS":
			strUrl = strDef + "cgc.html#ANS"
			break
		case "BBE":
			strUrl = strDef + "bbedb.html"
			break
		case "BBS":
			strUrl = "http://6718.teacup.com/culddb/bbs"
			break
		case "BK3":
			strUrl = strDef + "culdbook3.html"
			break
		case "BNP":
			strUrl = "http://www.culdcept.com/news/event/200107122.html"
			break
		case "CA3":
			strUrl = strDef + "culdcard3.html"
			break
		case "CA4":
			strUrl = strDef + "culdcard4.html"
			break
		case "CDS":
			strUrl = "http://www.culdcept.com/news/announce/200710302.html"
			break
		case "CHC":
			strUrl = strDef + "ch/chcard.html"
			break
		case "CF1":
			strUrl = strDef + "cf/cfcard.html"
			break
		case "CGC":
			strUrl = strDef + "cgc.html"
			break
		case "CLS":
			strUrl = strDef + "culdsomap.html"
			break
		case "CNT":
			strUrl = strDef + "culdcntrst.html"
			break
		case "CPT":
			strUrl = strDef + "cepter.html"
			break
		case "CRV":
			strUrl = strDef + "cr/"
			break
		case "DB4":
			strUrl = "http://culdds.0web.cjb.net/"
			break
		case "DEL":
			strUrl = strDef + "culddel3.html"
			break
		case "DR7":
			strUrl = strDef + "dora/dora2007.html"
			break
		case "DRY":
			strUrl = strDef + "diary.html"
			break
		case "EMC":
			strUrl = strDef + "elemon/elecard.html"
			break
		case "EMD":
			strUrl = strDef + "elemon/eledeck.html"
			break
		case "IL3":
			strUrl = strDef + "culdillus3.html"
			break
		case "KAJ":
			strUrl = strDef + "aho/kaji01.html"
			break
		case "LNK":
			strUrl = strDef + "link.html"
			break
		case "MAP":
			strUrl = strDef + "culdmap2x.html"
			break
		case "MDL":
			strUrl = strDef + "aho/medalrank.html"
			break
		case "MOB":
			strUrl = "http://contents.dwango.jp/games/culdcept/"
			break
		case "MP3":
			strUrl = strDef + "culdmap3.html"
			break
		case "PKN":
			strUrl = strDef + "column02.html"
			break
		case "PK2":
			strUrl = strDef + "column04.html"
			break
		case "PRT":
			strUrl = strDef + "culdparts3.html"
			break
		case "RAY":
			strUrl = strDef + "aho/ray.html"
			break
		case "REB":
			strUrl = "http://www3.realint.com/cgi-bin/tbbs.cgi?culdreplay"
			break
		case "REG":
			strUrl = "http://www.0ad.ne.jp/mail5/y_mail.cgi?id=cepter"
			break
		case "REP":
			strUrl = strDef + "replay/culdrep2x.html"
			break
		case "RVW":
			strUrl = strDef + "culdreview3.html"
			break
		case "SAG":
			strUrl = "http://www.culdcept.com/saga/"
			break
		case "THK":
			strUrl = strDef + "column03.html"
			break
		case "WIK":
			strUrl = "http://www21.atwiki.jp/culd_saga/"
			break
		default:
			strUrl = strDef
	}
	document.location = strUrl
}
//-->
