<!--
function openWin_CONTACT(theURL) {
features = "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=620,height=740"
window.open(theURL,"popuppdf",features);
}

function openWin_ENTRY(theURL) {
features = "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=620,height=740"
window.open(theURL,"popuppdf",features);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  winName = window.open(theURL,winName,features);
	if(window.focus){
		winName.focus();
	}
}


// -->
