
<!--
function goto_URL(object) {	window.location.href = object.options[object.selectedIndex].value;	}
//-->

<!--
function checkLeft() {	if (document.subject.selectsubject.value != "") {		if 
((document.articles.selectsubject.value.indexOf("/handler.cfm?") > -1) || 
(document.articles.selectsubject.value.indexOf("void(0);") > -1)) {					
goto_URL(document.subject.selectsubject);				}		else {			
window.open(document.subject.selectsubject.value)		}	}}
//-->
	