<!--// Hide Script

function PopUpNewApp(URL){ 
	if(URL=="")return;
	NewAppWindow = window.open(URL,'NewAppWindowName','width=760,height=480,left=10,top=10,scrollbars=yes,resizable=yes,menubar=yes');
} 

function getEnd(mainStr,searchStr) {
	foundOffset = mainStr.indexOf(searchStr)
	if (foundOffset == -1) {
		return mainStr;
	}
	return mainStr.substring(foundOffset+searchStr.length,mainStr.length)
}

function alertBox() {
	alert("Warning about unauthorized use\n\n"
		  + "The DOR network is for authorized users only.   Unauthorized access to, use of, or modification of this computer system or of the data contained in or accessed via this computer system is a violation of DOR policy and Florida Law. Unauthorized use of or access to Federal tax information available via this system is a violation of Federal Law punishable by Criminal and Civil penalties pursuant to Title 26, United States Code, Sections 7213(a), 7213A, and 7431.\n\n"
		  + "All usage of this system is subject to monitoring, which may result in the acquisition, recording, and analysis of all data being communicated, transmitted, processed, or stored in this system by a user. If monitoring reveals evidence of possible violation of DOR policy or of criminal activity, such evidence may be provided to appropriate internal or external investigatory or law enforcement personnel.");
}

// End-of-File -->

