function topMenu(code) {

//faculty
	if ( code == "faculty") {
		location.href="http://adden.net/~social/main/faculty1.html"
		return;
	}

	if ( code == "faculty2") {
		location.href="http://adden.net/~social/main/faculty2.html"
		return;
	}
	if ( code == "faculty3") {
		location.href="http://adden.net/~social/main/faculty3.html"
		return;
	}

//specialty

	if ( code == "specialty") {
		location.href="http://adden.net/~social/main/specialty1.html"
		return;
	}
	if ( code == "specialty2") {
		location.href="http://adden.net/~social/main/specialty2.html"
		return;
	}
	if ( code == "specialty3") {
		location.href="http://adden.net/~social/main/specialty3.html"
		return;
	}

//cumm
	if ( code == "cumm") {
		location.href="http://adden.net/~social/bbs/zboard.php?id=notice_n"
		return;
	}

	if ( code == "cumm2") {
		location.href="http://adden.net/~social/bbs/zboard.php?id=news_n"
		return;
	}

	if ( code == "cumm3") {
		location.href="http://adden.net/~social/bbs/zboard.php?id=free_n"
		return;
	}

//sub

	if ( code == "PDS") {
		location.href="http://adden.net/~social/main/certificate1.html"
		return;
	}
	if ( code == "studentact") {
		location.href="http://adden.net/~social/main/student_main.html" //bbs/zboard.php?id=student_1
		return;
	}
	if ( code == "fieldnews") {
		location.href="http://adden.net/~social/bbs/zboard.php?id=play1"
		return;
	}
	if ( code == "site") {
		location.href="http://adden.net/~social/main/site.html"
		return;
	}
	if ( code == "sitemap") {
		location.href="http://adden.net/~social/main/sitemap.html"
		return;
	}

}
