function PopupURL(aURL)
{
window.open(aURL,"help","height=225,width=790,top=2,left=2,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
function ClosePopup()
{
self.close()
}
function calDate( field )
{
	window.dateField = field ;
	remote = window.open("calendar.html","remotewin","width=200,height=250");
	remote.location.href = "calendar.html";
	if(remote.opener == null) remote.opener = window;
}
function PopupURLbig(aURL)
{
window.open(aURL,"ac","height=560,width=790,top=8,left=8,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
function PopupURLMan(aURL)
{
window.open(aURL,"man","height=560,width=550,top=12,left=12,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
function PopupURLMod(aURL)
{
window.open(aURL,"mod","height=620,width=475,top=12,left=12,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
function PopupURLAprv(aURL)
{
window.open(aURL,"aprv","height=740,width=880,top=12,left=12,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
function PopupURLLocPr(aURL)
{
window.open(aURL,"aprv","height=540,width=680,top=12,left=12,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
function autoTop()
{
self.focus();
}
function Sayit()
{
alert('The name of this window is: "' + window.name + '"');
}
function pickEntryAC( field )
{
	window.searchField = field ;
	remote = window.open("promptAC.cfm","remotewin","width=400,height=350,resizable=yes");
	remote.location.href = "promptAC.cfm";
	if(remote.opener == null) remote.opener = window;
}
function pickEntryPIL( field )
{
	window.searchField = field ;
	remote = window.open("promptPIL.cfm","remotewin","width=400,height=350,resizable=yes");
	remote.location.href = "promptPIL.cfm";
	if(remote.opener == null) remote.opener = window;
}
function pickEntryDEP( field )
{
	window.searchField = field ;
	remote = window.open("promptDEP.cfm","remotewin","width=400,height=350,resizable=yes");
	remote.location.href = "promptDEP.cfm";
	if(remote.opener == null) remote.opener = window;
}
function pickEntryDES( field )
{
	window.searchField = field ;
	remote = window.open("promptDES.cfm","remotewin","width=400,height=350,resizable=yes");
	remote.location.href = "promptDES.cfm";
	if(remote.opener == null) remote.opener = window;
}
function pickEntry( field )
{
	window.searchField = field ;
	remote = window.open("prompt.cfm","remotewin","width=400,height=350,resizable=yes");
	remote.location.href = "prompt.cfm";
	if(remote.opener == null) remote.opener = window;
}
function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

