// JavaScript Document
function MM_openBrWindow(theURL,winName,features) 
{ 
  window.open(theURL,winName,features);
}

function openit(sURL){
newwindow=open(sURL,"newwin","screenX=0,screenY=0,top=0,left=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500");
}

function openit(sURL){
newwindow=open(sURL,"newwin","screenX=0,screenY=0,top=0,left=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500");
}

function open_popup(page) {

    window_handle = window.open(page,"fieldDescriptions", "toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,height=400,width=500");
    window_handle.focus();

}


function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

