<!--Begin
function openFeatures(anchorName)
   {
showFeatures=window.open(anchorName,"Features","toolbar=no,scrollbars=yes,resizable=yes,width=600,height=800")
showFeatures.focus(); 
   }
// Open the Features subwindow and bring it to the front (make it the focus) -->
