<!--

function jumpBox(list) {
	location.href = "forum.cfm?forumid=" + list.options[list.selectedIndex].value
	}

function jumpBox2(list) {
	location.href = "del-message.cfm?forumid=" + list.options[list.selectedIndex].value
	}

function jumpBox3(list) {
	location.href = "del-thread.cfm?forumid=" + list.options[list.selectedIndex].value
	}

function popup(address,attributes) {
	window.open(address,"child",attributes);
}

//-->