<!-- Begin
// This is the weekly edition DIV script
// Works in all current browsers
// Copywrite 2005 Flex360 and Arkansas Business
var w3c = document.getElementById ? true : false;
var iex = document.all ? true : false;
var ns4 = document.layers ? true : false;

var intnumofmenuitems=5;
var layerRef, styleSwitch, closeBracket;

if(w3c) {
	layerRef="document.getElementById(";
	styleSwitch=").style";	
	closeBracket=")";
} else if(ns4) {
	layerRef="document.layers[";
	styleSwitch="]";
	closeBracket="]";
} else if(iex) {
	layerRef="document.all[";
	styleSwitch="].style";	
	closeBracket="]";
}
                
        function tabber(layerName){
        		showLayer(layerName);
        }
        
        function hideLayer(layerName){
                eval(layerRef+'"'+layerName+'"'+styleSwitch+'.visibility="hidden"');
                eval(layerRef+'"'+layerName+'tab"'+closeBracket+'.className="tabInactive"');
                eval(layerRef+'"'+layerName+'tabB"'+closeBracket+'.className=""');
                removeothermenus(layerName);
        }       

        function showLayer(layerName){
                eval(layerRef+'"'+layerName+'"'+styleSwitch+'.visibility="visible"');
                eval(layerRef+'"'+layerName+'tab"'+closeBracket+'.className="tabActive"');
                eval(layerRef+'"'+layerName+'tabB"'+closeBracket+'.className="tabActive"');
                removeothermenus(layerName);
        }
        
        function removeothermenus(layerName){
                intmenunumber=intnumofmenuitems;                
                while (intmenunumber>0){
                intcountdown="weekly"+intmenunumber;
									if (intcountdown!=layerName){
										eval(layerRef+'"'+intcountdown+'"'+styleSwitch+'.visibility="hidden"');
										eval(layerRef+'"'+intcountdown+'tab"'+closeBracket+'.className="tabInactive"');
										eval(layerRef+'"'+intcountdown+'tabB"'+closeBracket+'.className=""');
									}
                intmenunumber-=1;
                intcountdown="weekly"+intmenunumber;
                }
        }
				
				// new tabbers -- using display:block and display:none instead of visibility
        function tabber_d(layerName){
        		showLayer_d(layerName);
        }
        
        function hideLayer_d(layerName){
                eval(layerRef+'"'+layerName+'"'+styleSwitch+'.display="none"');
                eval(layerRef+'"'+layerName+'tab"'+closeBracket+'.className="tabInactive"');
                eval(layerRef+'"'+layerName+'tabB"'+closeBracket+'.className=""');
                removeothermenus_d(layerName);
        }       

        function showLayer_d(layerName){
                eval(layerRef+'"'+layerName+'"'+styleSwitch+'.display="block"');
                eval(layerRef+'"'+layerName+'tab"'+closeBracket+'.className="tabActive"');
                eval(layerRef+'"'+layerName+'tabB"'+closeBracket+'.className="tabActive"');
                removeothermenus_d(layerName);
        }
        
        function removeothermenus_d(layerName){
                intmenunumber=intnumofmenuitems;                
                while (intmenunumber>0){
                intcountdown="weekly"+intmenunumber;
									if (intcountdown!=layerName){
										eval(layerRef+'"'+intcountdown+'"'+styleSwitch+'.display="none"');
										eval(layerRef+'"'+intcountdown+'tab"'+closeBracket+'.className="tabInactive"');
										eval(layerRef+'"'+intcountdown+'tabB"'+closeBracket+'.className=""');
									}
                intmenunumber-=1;
                intcountdown="weekly"+intmenunumber;
                }
        }
//  End -->

<!-- Begin
// This is the calendar DIV script
// Works in all current browsers
// Copywrite 2005 Flex360 and Arkansas Business

				var intnumofmenuitemsC=7;
                
        function calTabber(layerNameC){
        		showLayerC(layerNameC);
        }
        
        function hideLayerC(layerNameC){
                eval(layerRef+'"'+layerNameC+'"'+styleSwitch+'.visibility="hidden"');
                eval(layerRef+'"'+layerNameC+'tab"'+closeBracket+'.className="calInactive"');
                eval(layerRef+'"'+layerNameC+'tabB"'+closeBracket+'.className=""');
                removeothermenusC(layerNameC);
        }       

        function showLayerC(layerNameC){
                eval(layerRef+'"'+layerNameC+'"'+styleSwitch+'.visibility="visible"');
                eval(layerRef+'"'+layerNameC+'tab"'+closeBracket+'.className="calActive"');
                eval(layerRef+'"'+layerNameC+'tabB"'+closeBracket+'.className="calActive"');
                removeothermenusC(layerNameC);
        }
        
        function removeothermenusC(layerNameC){
                intmenunumberC=intnumofmenuitemsC;                
                while (intmenunumberC>0){
                intcountdownC="calendar"+intmenunumberC;
									if (intcountdownC!=layerNameC){
										eval(layerRef+'"'+intcountdownC+'"'+styleSwitch+'.visibility="hidden"');
										eval(layerRef+'"'+intcountdownC+'tab"'+closeBracket+'.className="calInactive"');
										eval(layerRef+'"'+intcountdownC+'tabB"'+closeBracket+'.className=""');
									}
                intmenunumberC-=1;
                intcountdownC="calendar"+intmenunumberC;
                }
        }
				
				// new tabbers -- using display:block and display:none instead of visibility
        function calTabber_d(layerNameC){
        		showLayerC_d(layerNameC);
        }
        
        function hideLayerC_d(layerNameC){
                eval(layerRef+'"'+layerNameC+'"'+styleSwitch+'.display="none"');
                eval(layerRef+'"'+layerNameC+'tab"'+closeBracket+'.className="calInactive"');
                eval(layerRef+'"'+layerNameC+'tabB"'+closeBracket+'.className=""');
                removeothermenusC_d(layerNameC);
        }       

        function showLayerC_d(layerNameC){
                eval(layerRef+'"'+layerNameC+'"'+styleSwitch+'.display="block"');
                eval(layerRef+'"'+layerNameC+'tab"'+closeBracket+'.className="calActive"');
                eval(layerRef+'"'+layerNameC+'tabB"'+closeBracket+'.className="calActive"');
                removeothermenusC_d(layerNameC);
        }
        
        function removeothermenusC_d(layerNameC){
                intmenunumberC=intnumofmenuitemsC;                
                while (intmenunumberC>0){
                intcountdownC="calendar"+intmenunumberC;
									if (intcountdownC!=layerNameC){
										eval(layerRef+'"'+intcountdownC+'"'+styleSwitch+'.display="none"');
										eval(layerRef+'"'+intcountdownC+'tab"'+closeBracket+'.className="calInactive"');
										eval(layerRef+'"'+intcountdownC+'tabB"'+closeBracket+'.className=""');
									}
                intmenunumberC-=1;
                intcountdownC="calendar"+intmenunumberC;
                }
        }
//  End -->


<!-- Begin

// This is the image mouseover script
function msover(doc_item,textimage)
    {document[doc_item].src=textimage;}

//This is the new window script
function OpenWin(theURL,winName,features) 
    {window.open(theURL,winName,features);}
    
//This removes the link border on images
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file:

//  End -->

<!-- Begin
//This is the menu fade-in fade-out script
menufadeObjects = new Object();
menufadeTimers = new Object();

function menufade(object, destOp, loopdelay, changepercentage){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("menufade("+object+","+destOp+","+loopdelay+","+changepercentage+")",0);
        return;
    }
        
    clearTimeout(menufadeTimers[object.sourceIndex]);
    
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity > destOp){
        direction = -1;
    }
    changepercentage=Math.min(direction*diff,changepercentage);
    object.filters.alpha.opacity+=direction*changepercentage;

    if (object.filters.alpha.opacity != destOp){
        menufadeObjects[object.sourceIndex]=object;
        menufadeTimers[object.sourceIndex]=setTimeout("menufade(menufadeObjects["+object.sourceIndex+"],"+destOp+","+loopdelay+","+changepercentage+")",loopdelay);
    }
}

function getObj(name)
{
	if (document.getElementById) {
		this.obj = document.getElementById(name);
		this.style = document.getElementById(name).style;
	}
	else if (document.all) {
		this.obj = document.all[name];
		this.style = document.all[name].style;
	}
	else if (document.layers) {
		this.obj = document.layers[name];
		this.style = document.layers[name];
	}
}

function popGal(aid, alb) {
	var url = "photoGallery.asp?aid=" + aid + "&alb=" + alb;
	var w = 740; var h = 645;
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	
	newwin = window.open(url,"",'toolbar=no,location=no,status=no,scrollbars=no,resizable=no,width='+w+',height='+h+',left='+l+',top='+t);
}

function popup(url, w, h) {
	if(w == null) { w = 670; }
  if(h == null) { h = 645; }
	
	newwin = window.open(url,"",'toolbar=no,location=no,status=no,scrollbars=no,resizable=no,width='+w+',height='+h+',left=100,top=100');
}
// End -->

