
var heading="Crossware Weather";
var title="Crossware Weather";

function getheadtitle(str){
switch(str)
{case "SShot" : 
  heading="Screen Shot";
  title=heading+" from CrossWare Custom Software";
  break;
case "large" : 
  heading="Large Display";
  title=heading+" from CrossWare Custom Software";
  break;
case "dials" : 
  heading="Large Dials";
  title=heading+" from CrossWare Custom Software";
  break;
case "hilows" : 
  heading="";
  title=heading+" from CrossWare Custom Software";
  break;
case "ArchiveNOAA" : 
  heading="";
  title=heading+" from CrossWare Custom Software";
  break;
case "wz_bne" : 
  heading="Brisbane Airport";
  title=heading+" from CrossWare Custom Software";
  break;
case "stninfo" : 
  heading="Station Information";
  title=heading+" from CrossWare Custom Software";
  break;
case "aviationwx" : 
  heading="Aviation Weather";
  title=heading+" from CrossWare Custom Software";
  break;
case "Metardata" : 
  heading="Selected Metar Data";
  title=heading+" from CrossWare Custom Software";
  break;
case "BrisTides" : 
  heading="Brisbane bar Tides";
  title=heading+" from CrossWare Custom Software";
  break;
case "sunrise" : 
  heading="Sun / Moon Rise and Set Times";
  title=heading+" from CrossWare Custom Software";
  break;
case "moondata" : 
  heading="Moon Details";
  title=heading+" from CrossWare Custom Software";
  break;
case "brisspace" : 
  heading="Brisbane from Space";
  title=heading+" from CrossWare Custom Software";
  break;
case "astro" : 
  heading="Additional Astronomical Data";
  title=heading+" from CrossWare Custom Software";
  break;
case "curr24hourgraph" : 
  heading="Last 24 hours";
  title=heading+" from CrossWare Custom Software";
  break;
case "curr48hourgraph" : 
  heading="Last 48 hours";
  title=heading+" from CrossWare Custom Software";
  break;
case "curr72hourgraph" : 
  heading="Last 72 hours";
  title=heading+" from CrossWare Custom Software";
  break;
case "weekgra" : 
  heading="Last Week";
  title=heading+" from CrossWare Custom Software";
  break;
case "yesterdaygraph" : 
  heading="Yesterday";
  title=heading+" from CrossWare Custom Software";
  break;
case "autoscalewindbaro" : 
  heading="Windspeed / barometer";
  title=heading+" from CrossWare Custom Software";
  break;
case "autoscaletemphum" : 
  heading="Temperature / humidity";
  title=heading+" from CrossWare Custom Software";
  break;
case "realtimegraph" : 
  heading="Real time";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailover" : 
  heading="General Overview";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailhilows" : 
  heading="Highs & Lows";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailtemp" : 
  heading="Temperature";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailwind" : 
  heading="Wind";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailhum" : 
  heading="Humidity";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailbarom" : 
  heading="Barometric pressure";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailrain" : 
  heading="Rain";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailtext" : 
  heading="Text details";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailforecap" : 
  heading="Capricornia Forecast";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailforeqld" : 
  heading="Queensland Forecast";
  title=heading+" from CrossWare Custom Software";
  break;
case "detailforemajcity" : 
  heading="Major Aust. Cities Forecast";
  title=heading+" from CrossWare Custom Software";
  break;
case "mapmarburg2" : 
  heading="2 Hour Gladstone Radar Loop";
  title=heading+" from CrossWare Custom Software";
  break;
case "mapmslanal" : 
  heading="MSL Pressure";
  title=heading+" from CrossWare Custom Software";
  break;
case "mapmslprog" : 
  heading="MSL Pressure 4 day forecast";
  title=heading+" from CrossWare Custom Software";
  break;
case "mapforewind" : 
  heading="Forecast Winds (Qld)";
  title=heading+" from CrossWare Custom Software";
  break;
case "mapcyclone" : 
  heading="Current Tropical Cyclones";
  title=heading+" from CrossWare Custom Software";
  break;
case "trendswx" : 
  heading="Weather Trends";
  title=heading+" from CrossWare Custom Software";
  break;
case "trendswindtemprain" : 
  heading="Wind Temp. & Rain";
  title=heading+" from CrossWare Custom Software";
  break;
case "trendhilows" : 
  heading="Highs & Lows";
  title=heading+" from CrossWare Custom Software";
  break;
case "trendsmonthrecords" : 
  heading="This Month's Records";
  title=heading+" from CrossWare Custom Software";
  break;
case "trendsyearrecords" : 
  heading="This Year's Records";
  title=heading+" from CrossWare Custom Software";
  break;
case "trendsallrecords" : 
  heading="All Time Records";
  title=heading+" from CrossWare Custom Software";
  break;
default:
  heading="Crossware Weather";
  title=heading+" from CrossWare Custom Software";
}
}

