function commListView(catid){
	document.location.href="comm_list.jsp?catid="+catid;
}

function moveComm() {
	if(mycommlist.mycomm.options[mycommlist.mycomm.selectedIndex].value != 0){
		document.location.href = "comm_main.jsp?wgid=" + mycommlist.mycomm.options[mycommlist.mycomm.selectedIndex].value;
	}
}