function moreinfoWindow() 
{
var load = window.open('moreinfo.html','','scrollbars=no,menubar=no,height=270,width=320,resizable=no,toolbar=no,location=no,status=no');
}
function AddChisImages()
{
   document.write('<object data="chisImages.swf" type="application/x-shockwave-flash" width="530" height="450">\n');
   document.write('<param name="MOVIE" value="chisImages.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}
function AddSixmonthImages()
{
   document.write('<object data="sixmonthImages.swf" type="application/x-shockwave-flash" width="530" height="450">\n');
   document.write('<param name="MOVIE" value="sixmonthImages.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}
function AddSlideshow()
{
   document.write('<object data="slideshow.swf" type="application/x-shockwave-flash" width="340" height="409">\n');
   document.write('<param name="MOVIE" value="slideshow.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}

function AddRandom()
{
   document.write('<object data="indexRandom.swf" type="application/x-shockwave-flash" width="997" height="500">\n');
   document.write('<param name="MOVIE" value="indexRandom.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}

function AddVideoTab()
{
   document.write('<object data="currentVideos.swf" type="application/x-shockwave-flash" width="330" height="300">\n');
   document.write('<param name="MOVIE" value="currentVideos.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}

function AddSymposiumBanner()
{
   document.write('<object data="sympBanner.swf" type="application/x-shockwave-flash" width="547" height="277">\n');
   document.write('<param name="MOVIE" value="sympBanner.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}
function pickimage() 
{ 
var backgroundSrcs = new Array("tent-bkgrd.jpg","log-pile-bkgrd.jpg","symp-bkgrd.jpg","tent-bkgrd.jpg","sow-bkgrd.jpg", "scilla-bkgrd.jpg")
var bgimage=backgroundSrcs[(Math.round(Math.random()*(backgroundSrcs.length-1)))] 

document.getElementById("colourFill").style.backgroundImage = "url('" + bgimage + "')"; 
} 

function pickimageww() 
{ 
var backgroundSrcs = new Array("worldbckgrd.jpg","waterfall-bkgrd.jpg","study-asia-bkgrd.jpg","study-ned-bkgrd.jpg","worldbckgrd.jpg")
var bgimage=backgroundSrcs[(Math.round(Math.random()*(backgroundSrcs.length-1)))] 

document.getElementById("colourFill").style.backgroundImage = "url('" + bgimage + "')"; 
} 
