// Navigation Rollover ------------ //
function HiliteQuickLink(id, display)
{
 var pGroup = document.getElementById(id);
 if (!pGroup)
    return;

 pGroup.style.cursor = 'pointer';

 var divs = pGroup.getElementsByTagName('div');
 for (var ii=0; ii < divs.length; ii++)
    if (divs[ii].tagName == 'DIV')
    {
        
        if (display)
            divs[ii].className = divs[ii].className.replace(/Off/ig, 'On') + ' ' + id + 'On'
        else
            divs[ii].className = divs[ii].className.replace(/On/ig, 'Off') + ' ' + id + 'Off'
    }
}

// IE6 PNG Fix ------------ //
if (document.all && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
    document.styleSheets[0].addRule('img', 'behavior: url(iepngfix.htc)');
}

// People Page Java ------------ //
function openClose(ID, Letter, SwitchState) {
	var pSpan = document.getElementById(ID);
	
	var img1 = document.getElementById("img1");
	var img2 = document.getElementById("img2");
	var img3 = document.getElementById("img3");
	var img4 = document.getElementById("img4");
	var img5 = document.getElementById("img5");
	var img6 = document.getElementById("img6");
	
	var xx = document.getElementById(Letter);
	
	img1.src = "Assets/Images/roger-grey.jpg";
	img2.src = "Assets/Images/barbara-grey.jpg";
	img3.src = "Assets/Images/julius-grey.jpg";
	img4.src = "Assets/Images/yasmin-grey.jpg";
	img5.src = "Assets/Images/matt-grey.jpg";
	img6.src = "Assets/Images/claire-grey.jpg";
		
	if (SwitchState=='O') 
	{
		pSpan.style.display = "block";
		xx.style.display = "block";
		
		//alert("1");
		if (ID == 1)
			img1.src = "Assets/Images/roger-color.jpg";
		else if (ID == 2)
			img2.src = "Assets/Images/barbara-color.jpg";
		else if (ID == 3)
			img3.src = "Assets/Images/julius-color.jpg";
		else if (ID == 4)
			img4.src = "Assets/Images/yasmin-color.jpg";
		else if (ID == 5)
			img5.src = "Assets/Images/matt-color.jpg";
		else if (ID == 6)
			img6.src = "Assets/Images/claire-color.jpg";
	}	
	if (SwitchState=='Close')
	{
		//alert("2");
		pSpan.style.display = "none";
		xx.style.display = "none";
	}
}

function SimpleSwap(el,which){
  el.src=el.getAttribute(which || "origsrc");
}

function SimpleSwapSetup(){
  var x = document.getElementsByTagName("img");
  for (var i=0;i<x.length;i++){
    var oversrc = x[i].getAttribute("oversrc");
    if (!oversrc) continue;
      
    // preload image
    // comment the next two lines to disable image pre-loading
    x[i].oversrc_img = new Image();
    x[i].oversrc_img.src=oversrc;
    // set event handlers
    x[i].onmouseover = new Function("SimpleSwap(this,'oversrc');");
    x[i].onmouseout = new Function("SimpleSwap(this);");
    // save original src
    x[i].setAttribute("origsrc",x[i].src);
  }
}

var PreSimpleSwapOnload =(window.onload)? window.onload : function(){};
window.onload = function(){PreSimpleSwapOnload(); SimpleSwapSetup();}

imagesFlameDocs01 = new Array(3);
imagesFlameDocs01[0] = "<a href = 'productions.aspx'><img src='Assets/Images/home/shrinkingboy-mini01.jpg' alt='The Incredible Shrinking Boy' title='The Incredible Shrinking Boy' border='0'></a>";
imagesFlameDocs01[1] = "<a href = 'productions.aspx'><img src='Assets/Images/home/shrinkingboy-mini01.jpg' alt='The Incredible Shrinking Boy' title='The Incredible Shrinking Boy' border='0'></a>";
imagesFlameDocs01[2] = "<a href = 'productions.aspx'><img src='Assets/Images/home/shrinkingboy-mini01.jpg' alt='The Incredible Shrinking Boy' title='The Incredible Shrinking Boy' border='0'></a>";
index = Math.floor(Math.random() * imagesFlameDocs01.length);

imagesFlameDocs02 = new Array(1);
imagesFlameDocs02[0] = "<a href = 'flame-docs.aspx?year=2008'><img src='Assets/Images/home/doublelifeofdickens-mini.jpg' alt='The double life of Dickens' title='The double life of Dickens' border='0'></a>";
index = Math.floor(Math.random() * imagesFlameDocs02.length);

