<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
showPix = new Array(
"GGCimgs/center_show_01.jpg",
"GGCimgs/center_show_02.jpg",
"GGCimgs/center_show_03.jpg",
"GGCimgs/center_show_04.jpg",
"GGCimgs/center_show_05.jpg",
"GGCimgs/center_show_06.jpg",
"GGCimgs/center_show_07.jpg",
"GGCimgs/center_show_08.jpg",
"GGCimgs/center_show_09.jpg",
"GGCimgs/center_show_10.jpg")
thisPic = 0
imgCt = showPix.length - 1
function chgSlide(direction){if (document.images) 
                            {thisPic = thisPic + direction 
                             if(thisPic > imgCt) { thisPic = 0 } if (thisPic < 0) {thisPic = imgCt} 
                             document.slidePic.src = showPix[thisPic]}}
//
function GoLink(webPage){window.open(webPage)}
//
// -----------------------------------------------------------------------------------------------------
// Cache roll over images
//
nextIdle = new Image
nextOver = new Image
prevIdle = new Image
prevOver = new Image
nextIdle.src = "GGCimgs/nav_nxt_aa.gif"
nextOver.src = "GGCimgs/nav_nxt_bb.gif"
prevIdle.src = "GGCimgs/nav_prv_aa.gif"
prevOver.src = "GGCimgs/nav_prv_bb.gif"
//
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->