function doQSSubmit() {
	tElement = document.all['pxQSDepPort'];
	document.forms['QSForm'].QSDepPort.value = tElement.options[tElement.selectedIndex].value;
	tElement = document.all['pxQSArvPort'];
	document.forms['QSForm'].QSArvPort.value = tElement.options[tElement.selectedIndex].value;
	document.forms.QSForm.submit();
}

function getQSHeight() {
	return document.all['CalMain'].height;
}