function openmpopup() {
	var popurl="tracker.cfm"
		winpops=window.open(popurl,"","width=840,height=520,scrollbars=yes")
}	
function VTPopup(thisUrl) {
	window.open(thisUrl,"Popup","toolbar=no,width=730,height=420, top=25, left=25, location=no,directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");
}