					function popupUpload(url,w,h){
							 var windowprops = "location=no,scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes,left=50,top=50,width=" + w + ",height=" + h;
							 var sURL =  url;
							 popup = window.open(sURL,"MenuPopup",windowprops);
					}
					function formHandler(form){
							var URL = form.memoryselector.options[form.memoryselector.selectedIndex].value;
							window.location.href = URL;
					}
					function mfcChoice(daLetter) {
									 document.mfcList.mfcPicked.value = daLetter;
									 document.mfcList.submit();
					}
					function colorChoice() {
				 					 document.ddlColor.submit();
					}