<!--
function doDefaultStatus(lang) {
	if (lang == 'Spanish') {  
		window.defaultStatus='Biblioteca Pública de Inglewood'; }
	else {	
		window.defaultStatus='Inglewood Public Library'; }
}
function doChanges(system,color) {
	window.event.srcElement.style.color=color;
	window.status=system;
}
function undoChanges(color) {
	window.event.srcElement.style.color=color;
}
function openWindow(url) {
	var agt=navigator.userAgent.toLowerCase();
	var is_major = parseInt(navigator.appVersion);
	var is_minor = parseFloat(navigator.appVersion);
    var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
	if (is_ie) {	
		var leftpos = window.screenLeft + document.body.offsetWidth - 250 - (window.screen.availWidth * .0125);
		var toppos = window.screenTop; }
	else {
		var leftpos = self.screenX + self.innerWidth - 250;
		var toppos = self.screenY + (self.outerHeight - self.innerHeight); }
	var windowfeatures = 'left=' + leftpos + ',top=' + toppos + ',screenX=' + leftpos + ',screenY=' + toppos + ',width=250,height=225,resizable,scrollbars,menubar=no,toolbar=no,titlebar,status,location=no,replace';
	var fullwindowfeatures = 'left=' + 0 + ',top=' + 0 + ',screenX=' + 0 + ',screenY=' + 0 + ',resizable,scrollbars,menubar=no,toolbar=no,titlebar,status,location=no,replace';	
	if (url == './LCSWebHelp.htm')  
		window.open(url,target='newpopup', fullwindowfeatures);
	else	
		window.open(url,target='popup', windowfeatures);
}
function openWindow2(url) {
	var agt=navigator.userAgent.toLowerCase();
	var is_major = parseInt(navigator.appVersion);
	var is_minor = parseFloat(navigator.appVersion);
    var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
	if (is_ie) {	
		var leftpos = window.screenLeft + document.body.offsetWidth - 350 - (window.screen.availWidth * .0125);
		var toppos = window.screenTop; }
	else {
		var leftpos = self.screenX + self.innerWidth - 350;
		var toppos = self.screenY + (self.outerHeight - self.innerHeight); }
	var windowfeatures = 'left=' + leftpos + ',top=' + toppos + ',screenX=' + leftpos + ',screenY=' + toppos + ',width=350,height=325,resizable,scrollbars,menubar=no,toolbar=no,titlebar,status,location=no,replace';
	var fullwindowfeatures = 'left=' + 0 + ',top=' + 0 + ',screenX=' + 0 + ',screenY=' + 0 + ',resizable,scrollbars,menubar=no,toolbar=no,titlebar,status,location=no,replace';	
	if (url == './LCSWebHelp.htm')  
		window.open(url,target='newpopup', fullwindowfeatures);
	else	
		window.open(url,target='popup', windowfeatures);
}
function doCloseWindow() {
	close();
}
function doTopofwindow() {
	top.location = self.location;
}
function stuff() {
	var sbears2 = 'sbears2';
	var F=' '+document.cookie+';', S=F.indexOf(' '+(sbears2=escape(sbears2)));
	S==-1 ? null : unescape(
		F.substring(sbears2=S+sbears2.length+2,F.indexOf(';',sbears2))
	);

	//if (S==-1) {
	//	openWindow2('./LCSWebRLEmailRequest.asp');
	//	return false;}
}

// -->	

