
function setFlashWidth(divid, newW){
document.getElementById(divid).style.width = newW+"px";
}
function setFlashHeight(divid, newH){
document.getElementById(divid).style.height = newH+"px";  
}
function setFlashSize(divid, newW, newH){
setFlashWidth(divid, newW);
setFlashHeight(divid, newH);
}


function RunMenu()
{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"  WIDTH="900" HEIGHT="110" style="position: absolute; top:9; left:0; z-index:5">\n')
   document.write('<param NAME="movie" VALUE="CCTmenu07-1.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" VALUE="transparent" />\n');
   document.write('<param name="bgcolor" VALUE="#FFFFFF" />\n');
   document.write('<EMBED class="menuf" src="CCTmenu07-1.swf" style="margin-top:0px; margin-left:0" quality="high" scale="noborder" wmode="transparent" bgcolor="#FFFFFF"  WIDTH="900" HEIGHT="110" TYPE="application/x-shockwave-flash"  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>\n');
   document.write('</object>\n');
}

function RunMenuSF()
{
   document.write('<OBJECT id="menusf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"  WIDTH="900" HEIGHT="110" style="position: absolute; top:9; left:0; z-index:5">\n');
   document.write('<param NAME="movie" VALUE="../CCTmenu07-sf2.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" VALUE="transparent" />\n');
   document.write('<param name="bgcolor" VALUE="#FFFFFF" />\n');
   document.write('<EMBED id="menusf" class="menuf" src="../CCTmenu07-sf2.swf" style="margin-top:0px; margin-left:0" quality="high" scale="noborder" wmode="transparent" bgcolor="#FFFFFF"  WIDTH="900" HEIGHT="110" TYPE="application/x-shockwave-flash"  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>\n');
   document.write('</object>\n');
}

function RunFilm()
{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
   document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"\n');
   document.write('WIDTH=720 HEIGHT=250/>\n');
   document.write('<PARAM NAME=movie VALUE="film3.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF/>\n'); 
   document.write('<EMBED src="film3.swf" quality=high bgcolor=#FFFFFF  WIDTH=720 HEIGHT=280 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT/>\n');
}

// <!-- random images
var theImages = new Array() 
theImages[0] = '../images/slide_01.jpg'
theImages[1] = '../images/slide_02.jpg'
theImages[2] = '../images/slide_03.jpg'
theImages[3] = '../images/slide_04.jpg'
theImages[4] = '../images/slide_05.jpg'
theImages[5] = '../images/slide_06.jpg'
theImages[6] = '../images/slide_07.jpg'
theImages[7] = '../images/slide_08.jpg'
theImages[8] = '../images/slide_09.jpg'
theImages[9] = '../images/slide_10.jpg'
theImages[10] ='../images/slide_11.jpg'
theImages[11] ='../images/slide_12.jpg'
theImages[12] ='../images/slide_13.jpg'
theImages[13] ='../images/slide_14.jpg'
theImages[14] ='../images/slide_15.jpg'
theImages[15] ='../images/slide_16.jpg'
theImages[16] ='../images/homepage09.jpg'
theImages[17] ='../images/slide_18.jpg'
theImages[18] ='../images/slide_19.jpg'
theImages[19] ='../images/slide_20.jpg'
theImages[20] ='../images/slide_21.jpg'
theImages[21] ='../images/slide_22.jpg'
theImages[22] ='../images/homepage09.jpg'
theImages[23] ='../images/slide_23.jpg'
theImages[24] ='../images/slide_24.jpg'
theImages[25] ='../images/slide_25.jpg'
theImages[26] ='../images/slide_26.jpg'
theImages[27] ='../images/slide_27.jpg'
theImages[28] ='../images/slide_28.jpg'
theImages[29] ='../images/slide_29.jpg'
theImages[30] ='../images/slide_30.jpg'
theImages[31] ='../images/slide_31.jpg'
theImages[32] ='../images/slide_32.jpg'


// ======================================
// do not change anything below this line
// ======================================

var j = 0
var p = theImages.length;

var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}

var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'" alt="Click photo to go to our 2008-2009 Performance Season page" border="0" width="266" height="93" align="right">');
}

//-->

// <!-- random images
var theImageH = new Array() 
theImageH[0] = 'images/FS-1.jpg'
theImageH[1] = 'images/FS-2.jpg'
theImageH[2] = 'images/FS-3.jpg'
theImageH[3] = 'images/FS-4.jpg'

// ======================================
// do not change anything below this line
// ======================================

var j = 0
var p = theImageH.length;

var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImageH[i]
}

var whichImageH = Math.round(Math.random()*(p-1));
function showImageH(){
document.write('<img src="'+theImageH[whichImageH]+'" alt="Click photo to go to Contact page" border="0" width="800" height="237" align="center">');
}

//-->
