<!--function sniffBrowser() {if (parseInt(navigator.appVersion) >= 4) {	var found = 0;    var IE4 = (navigator.appVersion.indexOf("MSIE") > 0);    var NN4 = (navigator.appName == "Netscape");    var OS;    if (navigator.appVersion.indexOf("Win") > 0) { OS = "Windows"; }    else if (navigator.appVersion.indexOf("Mac") > 0) { OS = "MacOS"; }    else { OS = "MacOS"; }        switch (OS) {    case "Windows":        if (IE4 > 0) document.write ("<LINK href='/ebroadsheet/style/iepc.css' rel='stylesheet' type='text/css'>");        if (NN4 > 0) document.write ("<LINK href='/ebroadsheet/style/nspc.css' rel='stylesheet' type='text/css'>");        found = 1;        break;    case "MacOS":        if (IE4 > 0) document.write ("<LINK href='/ebroadsheet/style/iemac.css' rel='stylesheet' type='text/css'>");        if (NN4 > 0) document.write ("<LINK href='/ebroadsheet/style/nsmac.css' rel='stylesheet' type='text/css'>");        found = 1;        break;    }        if (found == 0) { document.write ("<LINK href='/ebroadsheet/style/iemac.css' rel='stylesheet' type='text/css'>");    }}}function WM_netscapeCssFix() {  /*    Source: Webmonkey Code Library    (http://www.hotwired.com/webmonkey/javascript/code_library/)    Author: Taylor    Author Email: taylor@wired.com    Author URL: http://www.taylor.org/    */  // This part was inspired by Matthew_Baird@wayfarer.com  // It gets around another unfortunate bug whereby Netscape   // fires a resize event when the scrollbars pop up. This   // checks to make sure that the window's available size   // has actually changed.  if (document.WM.WM_netscapeCssFix.initWindowWidth != window.innerWidth || document.WM.WM_netscapeCssFix.initWindowHeight != window.innerHeight) {    document.location = document.location;  }}function WM_netscapeCssFixCheckIn() {  // This function checks to make sure the version of Netscape   // in use contains the bug; if so, it records the window's   // width and height and sets all resize events to be handled   // by the WM_netscapeCssFix() function.  if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {    if (typeof document.WM == 'undefined'){      document.WM = new Object;    }    if (typeof document.WM.WM_scaleFont == 'undefined') {      document.WM.WM_netscapeCssFix = new Object;      document.WM.WM_netscapeCssFix.initWindowWidth = window.innerWidth;      document.WM.WM_netscapeCssFix.initWindowHeight = window.innerHeight;    }    window.onresize = WM_netscapeCssFix;  }}function popUp(URL,width,height,winname) {	if (winname == '') { winname = '_blank'; }newWindow=window.open(URL,winname,"toolbar=0,location=0,directories=0,status=1,scrollbars=auto,copyhistory=0,width="+width+",height="+height);	newWindow.focus();}function openWin(URL) {aWindow=window.open(URL,"newWindow","width=400,height=300,location=no,directories=no,scrollbars=no,resizable=no,toolbar=no,menubar=no,copyhistory=yes,dependent=yes,status=no");}function openScript(url, width, height) {	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=yes,status=yes' );}function bumpMenu() {	var shortcut=document.form1	shortcut.State.value=shortcut.States.options[shortcut.States.selectedIndex].value}function textareaLimit(field, countfield, maxlimit) {	if (field.value.length > maxlimit)		field.value = field.value.substring(0, maxlimit);	else 		countfield.value = maxlimit - field.value.length;}function textareaCount(field, countfield, maxlimit) {    countfield.value = maxlimit - field.value.length;}function firstFocus() {	if (document.forms.length > 0) {		var field = document.form1;		for (i = 0; i < field.length; i++) {			if ((field.elements[i].type == "text")			|| (field.elements[i].type == "textarea")			|| (field.elements[i].type.toString().charAt(0) == "s")) {				document.forms[0].elements[i].focus();				break; 			}      	}   	}}function MM_preloadImages() {   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() {   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_findObj(n, d) {   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;}function MM_swapImage() {   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}// -->