<!--

function clearText(thefield){
if (thefield.value=="")
thefield.value = thefield.defaultValue
} 
function fillText(thefield){
if (thefield.value == thefield.defaultValue)
(thefield.value="")
} 
if(top != self) { top.location = location }
function Details(Path, Width, Height) {
  window.open(Path,'Details','toolbar=no,scroll=yes,'+Width+Height);
}
function PopUpWindow(theURL,winName,features) {
	  window.open(theURL,winName,features);
}

// End -->