function openWinInteractive(){ mywin =open("picthis/mapframeset.html", "InterActWindow", "width=750,height=500,status=yes,toolbar=no,menubar=no")}
function openWinEmail(){ mywin =open("toolspiccoloform.html", "emailWindow", "width=350,height=400,status=yes,toolbar=no,menubar=no,left=250,top=20")}
function Weather(){ open("http://weather.yahoo.com/forecast/Rome_IY_c.html", "WeatherWindow")}
function AnnWeather(){mywin =open("graph/graph.html", "WeatherWindow", "width=370,height=500,status=yes,toolbar=no,menubar=no,scrollbars=yes")}
function opencalc(){ mywin =open("toolscalc.html", "calcWindow", "width=370,height=160,status=yes,toolbar=no,menubar=no,left=350,top=50")}
function openWinEmailweb(){ mywin =open("toolspiccoloformweb.html", "emailWindowweb", "width=400,height=300,status=yes,toolbar=no,menubar=no,left=200,top=20")}
function openWinEmailaddurl(){ mywin =open("toolsaddurlform.html", "emailaddurlWindow",  "width=400,height=400,status=yes,toolbar=no,menubar=no,left=250,top=20")}
function openWinEmailaddprop(){ mywin =open("toolsaddpropform.html", "emailaddpropWindow",  "width=400,height=400,status=yes,toolbar=no,menubar=no,left=250,top=20")}
function openPrintmapdirections(){ mywin =open("mapprintinfo.html", "printmapdirectWindow",  "width=400,height=400,status=yes,toolbar=no,menubar=no,left=250,top=20")}

function opentheform() {
  if( -1 != navigator.userAgent.
      indexOf ("AOL") )
  { // load America Online version
    location.href="toolsfrm.html";
  }
  else
  if( -1 != navigator.userAgent.
      indexOf ("MSIE") )
  { // load Microsoft Internet Explorer version
    location.href="toolsfrm.html";
  }
  else
  if( -1 != navigator.userAgent.
      indexOf ("Mozilla") )
  { // load Netscape version
    location.href="toolsfrmnetscape.html";
  }
  else
  { // load other version
    location.href="toolsfrm.html";
  }
}


