/* プルダウンメニューのリンク指定 */

function catChange(WO) {
	if (WO.selLink.selectedIndex == 1) {parent.location.href = "parking/index.html"}
	if (WO.selLink.selectedIndex == 2) {parent.location.href = "freezedry/index.html"}
	if (WO.selLink.selectedIndex == 4) {parent.location.href = "machinery/index.html"}
	if (WO.selLink.selectedIndex == 5) {parent.location.href = "material/index.html"}
	if (WO.selLink.selectedIndex == 6) {parent.location.href = "it/index.html"}
	if (WO.selLink.selectedIndex == 8) {parent.location.href = "company/c1/index.html"}
	if (WO.selLink.selectedIndex == 9) {parent.location.href = "company/c2/index.html"}
	if (WO.selLink.selectedIndex == 10) {parent.location.href = "company/c3/index.html"}
	if (WO.selLink.selectedIndex == 11) {parent.location.href = "company/c4/index.html"}
	if (WO.selLink.selectedIndex == 12) {parent.location.href = "company/c5/index.html"}
	if (WO.selLink.selectedIndex == 13) {parent.location.href = "company/c6/index.html"}
	if (WO.selLink.selectedIndex == 14) {parent.location.href = "company/c7/index.html"}
	if (WO.selLink.selectedIndex == 15) {parent.location.href = "archivement/index.html"}
	if (WO.selLink.selectedIndex == 16) {parent.location.href = "data/index.html"}
	if (WO.selLink.selectedIndex == 17) {parent.location.href = "job/index.html"}
	if (WO.selLink.selectedIndex == 18) {parent.location.href = "privacy.html"}

/*	if (WO.selLink.selectedIndex == 7) {parent.location.href = "display/index.html"}      */
/*	if (WO.selLink.selectedIndex == 8) {parent.location.href = "ecoplant/index.html"}     */
/*	if (WO.selLink.selectedIndex == 10) {parent.location.href = "company/c1/index.html"}  */
/*	if (WO.selLink.selectedIndex == 11) {parent.location.href = "company/c2/index.html"}  */
/*	if (WO.selLink.selectedIndex == 12) {parent.location.href = "company/c3/index.html"}  */
/*	if (WO.selLink.selectedIndex == 13) {parent.location.href = "company/c4/index.html"}  */
/*	if (WO.selLink.selectedIndex == 14) {parent.location.href = "company/c5/index.html"}  */
/*	if (WO.selLink.selectedIndex == 15) {parent.location.href = "company/c6/index.html"}  */
/*	if (WO.selLink.selectedIndex == 16) {parent.location.href = "company/c7/index.html"}  */
/*	if (WO.selLink.selectedIndex == 17) {parent.location.href = "archivement/index.html"} */
/*	if (WO.selLink.selectedIndex == 18) {parent.location.href = "data/index.html"}        */
/*	if (WO.selLink.selectedIndex == 19) {parent.location.href = "job/index.html"}         */
/*	if (WO.selLink.selectedIndex == 20) {parent.location.href = "privacy.html"}           */

}
