////////////////////////////////////
//
//buttons and menu links
//
////////////////////////////////////
// <![CDATA[

//open ucr page
function ucrPage() {
	window.location = "ucrPage.aspx";
}

//open stats page
function statsPage() {
    window.location = "http://www.houstontx.gov/police/cs/stats2.htm";
}

//open disclaimer page
function disclaimerPage() {
	window.location = "disclaimerPage.aspx";
}

//open option page
function optionPage() {
	window.location = "optionPage.aspx";
}


//return to city home page
function returnHome() {
	window.location = "http://www.houstontx.gov";
}

//open map site

function gotoMap() {
    window.location = "http://mycity.houstontx.gov/recentcrime/index.html";
}
// ]]>
