function hiliteTopNav(navType) {
	document.getElementById("topNav_" + navType).className = "topNav_" + navType + "_sel";
}

function openURLP(thisURL) {
	window.open(thisURL);
}

function openURLPDF(thisURL) {
	window.open(thisURL,"","resizable=yes,toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,width=800,height=680");
}

function showGMap(){
	openURLP('http://maps.google.com/maps?f=q&hl=en&geocode=&q=5900+Hollis+Street,+Emeryville,+CA,+94608&sll=37.8413,-122.290080&sspn=37.8413,-122.290080&ie=UTF8&z=16&iwloc=addr&om=1');
}

function showPrivacy() {
	document.getElementById("tlg").showPrivacy();
}