function text0() {	self.status='Done'; }
function text1() {	self.status='Done'; }
function text2() {	self.status='Done'; }
function text3() {	self.status='Done'; }
function text4() {	self.status='Done'; }
function text5() {	self.status='Done'; }
function text6() {	self.status='Done'; }
function text7() {	self.status='Done'; }
function text8() {	self.status='Done'; }
function text9() {	self.status='Done'; }
function text10() {	self.status='Done'; }
function text11() {	self.status='Done'; }
function text12() {	self.status='Done'; }
function text13() {	self.status='Done'; }
function text14() {	self.status='Done'; }
function text15() {	self.status='Done'; }
function text16() {	self.status='Done'; }
function text17() {	self.status='Done'; }
function text18() {	self.status='Done'; }
function text19() {	self.status='Done'; }
function text20() {	self.status='Done'; }

//Specify the slider's width (in pixels)
var sliderwidth=302
//Specify the slider's height (in pixels, pertains only to NS)
var sliderheight=74
//Specify the slider's scroll speed (larger is faster)
var slidespeed=4

//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''

//location variables below 3 variables per link the second is always "image"

var loc1 ='images/scrolling/great_lakes/01_gl.htm'
var loc1a ='image'
var loc1b ='width=400,height=390'

var loc2 ='images/scrolling/great_lakes/02_gl.htm'
var loc2a ='image'
var loc2b ='width=400,height=360'

var loc3 ='images/scrolling/great_lakes/03_gl.htm'
var loc3a ='image'
var loc3b ='width=400,height=350'

var loc4 ='images/scrolling/great_lakes/04_gl.htm'
var loc4a ='image'
var loc4b ='width=400,height=350'




leftrightslide[0]='<a href="javascript:void(void 0)" OnClick="javascript:window.open(loc1,loc1a,loc1b)"><img src="images/scrolling/great_lakes/01_glt.jpg" border=0></a>'

leftrightslide[1]='<a href="javascript:void(void 0)" OnClick="javascript:window.open(loc2,loc2a,loc2b)"><img src="images/scrolling/great_lakes/02_glt.jpg" border=0></a>'

leftrightslide[2]='<a href="javascript:void(void 0)" OnClick="javascript:window.open(loc3,loc3a,loc3b)"><img src="images/scrolling/great_lakes/03_glt.jpg" border=0></a>'


leftrightslide[3]='<a href="javascript:void(void 0)" OnClick="javascript:window.open(loc4,loc4a,loc4b)"><img src="images/scrolling/great_lakes/04_glt.jpg" border=0></a>'





///////do NOT edit pass this line////////////////////////////////////

var copyspeed=slidespeed
//copy contents of leftrightslide into one variable
for (i=0;i<leftrightslide.length;i++)
finalslide=finalslide+leftrightslide[i]+"&nbsp;&nbsp;"


if (document.all){
//dynamically write out the marquee tag
document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
//stop marquee when mouse is over it
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
//re-enable marquee when mouse is out
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed")
}

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
document.ns_slider01.visibility="show"
setTimeout("window.onresize=regenerate",450)
intializeleftrightslide()
}
if (document.all)
ieslider.scrollAmount=slidespeed
}

//NS specific function for initializing slider upon page load
function intializeleftrightslide(){
document.ns_slider01.document.ns_slider02.document.write('<nobr>'+finalslide+'</nobr>')
document. ns_slider01.document.ns_slider02.document.close()
thelength=document.ns_slider01.document.ns_slider02.document.width
scrollslide()
}

//NS specific function for sliding slideshow
function scrollslide(){
if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){
document.ns_slider01.document.ns_slider02.left-=slidespeed
setTimeout("scrollslide()",100)
}
else{
document.ns_slider01.document.ns_slider02.left=sliderwidth
scrollslide()
}
}
window.onload=regenerate2

