function showFile(url)
{
	question = confirm("You are cautioned that the following Notice applies only to the securities identified in the Notice")
	if (question !="0"){
	document.location = url;
	}
}
function rusureFinRpt(){
	question = confirm("You are leaving the Investor Information section of the City's website to access financial statements on the webpage of the City Auditor and Comptroller.\n\nFinancial information contained on the City's website is marked with a Dated Date and speaks only as of that Dated Date.  You are cautioned not to assume that any information has been updated beyond the Dated Date unless expressly stated.  No inference should be made that the operations of the City or related entities and/or other economic conditions have remained the same since the Dated Date.  The City of San Diego expressly disclaims any duty to provide an update of any document contained on its website.")
	if (question !="0"){
	window.open('http://genesis.sannet.gov/infospc/templates/auditor/reports.jsp', "NewWin", "toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=635,height=260")
		}
}
function rusureBudgInfo(){
	question = confirm("You are leaving the Investor Information section of the City's website to access Budget Information. These documents may make \'forward looking statements\' by using forward-looking words such as \'may,\' \'will,\' \'should,\' \'expects,\' \'believes,\' \'anticipates,\' \'estimates,\' or others.  You are cautioned that forward-looking statements are subject to a variety of uncertainties that could cause actual results to differ from the projected results.  Because we cannot predict all factors that may affect future decisions, actions, events, policy decision, or financial circumstances, what actually happens may be different from what is included in forward-looking statements.")
	if (question !="0"){
	window.open('http://sandiego.gov/budget/', "NewWin", "toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=635,height=260")
		}
}
function rusureLvgTreas(){
	question = confirm("You are leaving the Investor Information section of the City of San Diego website.")
	if (question !="0"){
	window.open('http://www.sandiego.gov/treasurer/', "NewWin", "toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=635,height=260")
		}
}

function rusureLvRedev(){
	question = confirm("You are leaving the Investor Information section of the City of San Diego website.")
	if (question !="0"){
	window.open('http://sandiego.gov/redevelopment-agency/overview.shtml', "NewWin", "toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=635,height=260")
		}
}
//function rusureCafr(){
//	question = confirm("You are leaving the Investor Information section of the City&rsquo;s website to access the Comprehensive Annual Financial Report of the City of San Diego on the webpage of the City Auditor and Comptroller.  Financial documents contained on the City&rsquo;s website are marked with a Dated Date and speak only as of that Dated Date.  You are cautioned not to assume that any information has been updated beyond the Dated Date unless a document expressly states that it constitutes an update of a specific portion of a document.  No inference should be made that the operations of the City or related entities and/or other economic conditions have remained the same since the Dated Date.  The City of San Diego expressly disclaims any duty to provide an update of any document contained on its website.")
//	if (question !="0"){
//	window.open("LINK LOCATION", "NewWin", "toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=635,height=260")
//		}
//}
