// JavaScript Document
function writeHeader() {   
document.write('<iframe src="/eventScroll.html" align="top" hspace="0" marginwidth="0" width="500" height="130" id="events" allowtransparency="true" frameborder="0" scrolling="no"></iframe>');

document.write('<div id="ball"><img src="/images/ball.gif"></div>');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">');
document.write('<tr>');
document.write('<td colspan="2" background="/images/headbg.gif"><a name="top"></a><img src="/images/logo.gif" width="375" height="129"></td>');
document.write('<td width="2"><img src="/images/headRight.gif" width="23" height="129"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="238" height="30"><img src="/images/navTop.gif" width="238" height="30"></td>');
document.write('<td height="30" bgcolor="#656e8a" nowrap>');
}
function writeHeader2(){
document.write('</td><td><img src="/images/horNavRight.gif" width="23" height="30"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td background="/images/vertNavBg.gif" width="238" valign="top"><p>&nbsp;</p>');

document.write('<table width="238" cellpadding="0" cellspacing="0" border="0" class="navTable"></table>');
document.write('<div id="navRotate">');
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 238, 193, 0, 10000, 1, "R")
document.write('</div>');
document.write('</td>');
}
function writeHome(){
document.write('<div id="ball"><img src="/images/ball.gif"></div>');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">');
document.write('<tr>');
document.write('<td colspan="2" background="/images/headbg.gif"><a name="top"></a><img src="/images/logo.gif" width="375" height="129"></td>');
document.write('<td width="2"><img src="/images/headRight.gif" width="23" height="129"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="238" height="30"><img src="/images/navTop.gif" width="238" height="30"></td>');
document.write('<td height="30" bgcolor="#656e8a" nowrap>');
writeTopMenu();
document.write('</td><td><img src="/images/horNavRight.gif" width="23" height="30"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td background="/images/vertNavBg.gif" width="238" valign="top"><p>&nbsp;</p>');
document.write('<iframe src="/eventScroll.html" align="top" hspace="0" marginwidth="0" width="515" height="115" id="events" allowtransparency="true" frameborder="0" scrolling="no"></iframe>');
//document.write('<table width="238" cellpadding="0" cellspacing="0" border="0" class="navTable"></table>');
//document.write('<div id="navRotate">');
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
//new fadeshow(fadeimages, 238, 193, 0, 10000, 1, "R")
document.write('</div>');
document.write('</td>');
}
function writeHeader2Nav (){
document.write('</td><td><img src="/images/horNavRight.gif" width="23" height="30"></td>');
document.write('</tr>');
document.write('<tr>');	
}
function generalRotate(){
document.write('</table><div id="navRotate">');
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 238, 193, 0, 10000, 1, "R")
document.write('</div></td>');	
}
function writeFooter () {
document.write('</td>');
document.write('<td>&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="25" background="/images/vertNavBot.gif" valign="top">');
document.write('<div id="leftNavBot">Updated: ');
document.write (document.lastModified);
document.write('</div>');
document.write('</td>');
document.write('<td>&nbsp;</td><td>&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
}
function openSmallwin(href)
         { 
                 var winInst=null;
                 var agt=navigator.userAgent.toLowerCase();            
                 var is_ie=(agt.indexOf("msie") != -1);
                 winInst = window.open("","name1","scrollbars,resizable,menubar=yes,toolbar=no,location=no,status=yes,width=850,height=400,top=100,left=60");
                 winInst.location.href = href;
                 if (is_ie) {            
                    //winInst.moveTo(100,60);	// was: (240,220)
                    //winInst.resizeTo(700,340);  //was:(550,300)
                  }  
                 winInst.focus();
         }
		 
function openBigwin(href) {
                 var winInst=null;
                 var agt=navigator.userAgent.toLowerCase();
                 var is_ie=(agt.indexOf("msie") != -1);            
     		winInst = window.open(href,"name2","scrollbars,resizable,menubar,toolbar=yes,location=yes,status=yes,width=900,height=750,bottom=15,left=10");
                 winInst.focus();
         }
		 
