
if (document.images) {
	var onImgArray = new Array()
	onImgArray[1] = new Image
	onImgArray[2] = new Image
	onImgArray[3] = new Image
	onImgArray[4] = new Image
	onImgArray[5] = new Image
	onImgArray[6] = new Image
	onImgArray[1].src = "../asset/Templates/images/indexblk-over.jpg"
	onImgArray[2].src = "../asset/Templates/images/photographyblk-over.jpg"
	onImgArray[3].src = "../asset/Templates/images/productionblk-over.jpg"
	onImgArray[4].src = "../asset/Templates/images/aboutblk-over.jpg"
	onImgArray[5].src = "../asset/images/butt-over.gif"
	onImgArray[6].src = "../asset/images/butt-over.gif"
	var offImgArray = new Array()
	offImgArray[1] = new Image
	offImgArray[2] = new Image
	offImgArray[3] = new Image
	offImgArray[4] = new Image
	offImgArray[5] = new Image
	offImgArray[6] = new Image
	offImgArray[1].src = "../asset/Templates/images/indexblk.jpg"
	offImgArray[2].src = "../asset/Templates/images/photographyblk.jpg"
	offImgArray[3].src = "../asset/Templates/images/productionblk.jpg"
	offImgArray[4].src = "../asset/Templates/images/aboutblk.jpg"
	offImgArray[5].src = "../asset/images/butt.gif"
	offImgArray[6].src = "../asset/images/butt.gif"
}

function imageOn(i) {
	if (document.images) {
		document.images["btn" + i].src = onImgArray[i].src
	}
}
function imageOff(i) {
	if (document.images) {
		document.images["btn" + i].src = offImgArray[i].src
	}
}

function swapVideo(id) {
	var FO1 = {	movie:"flv/flvplayer.swf",width:"480",height:"320",majorversion:"7",build:"0",bgcolor:"#FFFFFF",allowfullscreen:"false",flashvars:"file="+id+".flv&image=flv/stills/"+id+".jpg&autostart=false" };
	UFO.create(	FO1, "player1");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
