/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Functions for site navigation.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

function openHome()
{
	top.location = "default.aspx";
}
function openSiteMap() 
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=sitemap";
}
function openWhereIsMyNearest()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=nearest";
}
function openFindByTheme()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=WhatInfo";
}
function openFindByArea()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=Profiler";
}

function openReportWizard()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=ReportWizard";
}

function openTimeSeries()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=TimeSeriesBranch";
}

function openProfiles()
{
	top.main.location = "profileMain.htm";
}

function openBrowseSystem()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=BrowseSys";
}
function openReportArchive()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=ReportArchive";
}
function openLinks()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=Links";
}
function openAbout()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=About";
}
function openHelp()
{
	window.open("helpMain.htm", "Help", "toolbar=no,scrollbars=yes,directories=no,location=no,status=no,menubar=no,resizable=yes,width=640,height=480");
}
function openHelp(section)
{
	window.open("helpMain.htm#" + section, "Help", "toolbar=no,scrollbars=yes,directories=no,location=no,status=no,menubar=no,resizable=yes,width=640,height=480");
}
function openTerms()
{
	window.open("TermsAndConditionsExt.htm", "Terms and Conditions", "toolbar=no,scrollbars=yes,directories=no,location=no,status=no,menubar=no,resizable=yes,width=640,height=480");
}
function openContact()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=Contact";
}
function openClassicOldham()
{
	top.location = "http://www.oldhaminfo.org/";
}

function openAdmin()
{
	top.location = "code/MasterFrame/MasterFrame.aspx?type=Admin";
}

