doc  = document;
if (document.all)
{
    doc = document.all;
}
function changeImages() {}

function newImage(arg) 
{
        if (document.images) 
        {
                rslt = new Image();
                rslt.src = arg;
                return rslt;
        }
}        

function changeImages() 
{
   if (document.images) 
   {
        for (var i=0; i<changeImages.arguments.length; i+=2) 
        {
                 doc[changeImages.arguments[i]].src = changeImages.arguments[i+1];
        }
   }
}


//request info popup window
function requestPop() {
var winwidth=595
var winheight=695
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	requestWin=open('/popup/requestmoreinfo/','requestwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=yes');
  	requestWin.focus(); 
}
else {
	requestWin=open('/popup/requestmoreinfo/','requestwin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=yes'); 
  	requestWin.focus(); 
}
void(0);
}



//flash popup windows

//timeline popup for about overview page
function timelinePop() {
var winwidth=628
var winheight=569
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	timelineWin=open('/flashpop/timeline/','timelinewin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	timelineWin.focus(); 
}
else {
	timelineWin=open('/flashpop/timeline/','timelinewin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	timelineWin.focus(); 
}
void(0);
}

//before/after popup for about front end and release printing page-special processes section
function beforeafterPop() {
var winwidth=630
var winheight=570
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	beforeafterWin=open('/popup/beforeafter/','beforeafterwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	beforeafterWin.focus(); 
}
else {
	beforeafterWin=open('/popup/beforeafter/','beforeafterwin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	beforeafterWin.focus(); 
}
void(0);
}

// qt popups for services overview page
function filmlabsPop() {
var winwidth=388
var winheight=406
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	filmlabsWin=open('/popup/filmlabs/','filmlabswin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	filmlabsWin.focus(); 
}
else {
	filmlabsWin=open('/popup/filmlabs/','filmlabswin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	filmlabsWin.focus(); 
}
void(0);
}

function postprodPop() {
var winwidth=388
var winheight=406
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	postprodWin=open('/popup/postproduction/','postprodwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	postprodWin.focus(); 
}
else {
	postprodWin=open('/popup/postproduction/','postprodwin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	postprodWin.focus(); 
}
void(0);
}

function distributionPop() {
var winwidth=388
var winheight=406
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	distributionWin=open('/popup/distribution/','distributionwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	distributionWin.focus(); 
}
else {
	distributionWin=open('/popup/distribution/','distributionwin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	distributionWin.focus(); 
}
void(0);
}

function dvdPop() {
var winwidth=388
var winheight=406
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	dvdWin=open('/popup/dvdhomeent/','dvdwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	dvdWin.focus(); 
}
else {
	dvdWin=open('/popup/dvdhomeent/','dvdwin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	dvdWin.focus(); 
}
void(0);
}

function aspectPop() {
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var winwidth=860
	var winheight=560
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2

	msgWindow=open('/popup/aspectration/','aspectwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	msgWindow.opener = self; 
}
else {
	var winwidth=860
	var winheight=560
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2

	msgWindow=open('/popup/aspectration/','aspectwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	msgWindow.opener = self; 
}
}
else {
	msgWindow=open('/popup/aspectration/','aspectwin','resizable=no,scrollbars=no,width=860,height=560'); 
  	msgWindow.opener = self; 
}
}

function efilmreelPop() {
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var winwidth=536
	var winheight=402
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2

	msgWindow=open('/popup/reel/','reelwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	msgWindow.opener = self; 
}
else {
	var winwidth=536
	var winheight=402
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2

	msgWindow=open('/popup/reel/','reelwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	msgWindow.opener = self; 
}
}
else {
	msgWindow=open('/popup/reel/','reelwin','resizable=no,scrollbars=no,width=376,height=357'); 
  	msgWindow.opener = self; 
}
}

//before/after popup for about front end and release printing page-special processes section
function contactservPop(url) {
var winwidth=398
var winheight=495
if (window.screen) {
if ((navigator.appVersion.indexOf("Mac") != -1) && ((navigator.appName == "Netscape") && !(navigator.userAgent.indexOf('Safari')!= -1))) {
	var finalw = (screen.width-winwidth)/2
	var finalh = (screen.height-winheight)/2
}
else {
	var finalw = (screen.availWidth-winwidth)/2
	var finalh = (screen.availHeight-winheight)/2
}
	contactservWin=open(url,'contactservwin','width='+winwidth+',height='+winheight+',screenX='+finalw+',screenY='+finalh+',top='+finalh+',left='+finalw+',resizable=no,scrollbars=no');
  	contactservWin.focus(); 
}
else {
	contactservWin=open(url,'contactservwin','width='+winwidth+',height='+winheight+',resizable=no,scrollbars=no'); 
  	contactservWin.focus(); 
}
void(0);
}

/*******************************************Table Flash***********************************************/

function initTable(){
	for(var i=1; i<=10;i++){
		if(i <= 4){
			document.getElementById('head'+i).style.backgroundColor = '#808080';
		}		
		
		if(i <= 6){
			document.getElementById('href'+i).className = 'aHref';
		}
		document.getElementById('title'+i).className = 'titleSection';
		document.getElementById('body'+i).style.color = '#808080';
		
		document.getElementById('href1').className = 'aHrefActive';
	}	
}

function changeStyleDirectors(){
	initTable();
	document.getElementById('href1').className = 'aHref';
	document.getElementById('href2').className = 'aHrefActive';
	
	var head = new Array(1,2,4);
	for(var i=0; i<head.length; i++){
		document.getElementById('head'+head[i]).style.backgroundColor = '#CC3333';
	}
	
	var title = new Array(5,6,7,10);
	for(var i=0; i<title.length; i++){
		document.getElementById('title'+title[i]).className = 'titleSectionDis';
		document.getElementById('body'+title[i]).style.color = '#4B4B4B';
	}

	var body = new Array(1,2,3,4,8,9);
	for(var i=0; i<body.length; i++){
		document.getElementById('body'+body[i]).style.color = '#DDDDDD';
	}	
}

function changeStyleCinema(){
	initTable();
	document.getElementById('href1').className = 'aHref';
	document.getElementById('href3').className = 'aHrefActive';
	
	var head = new Array(1,2,4);
	for(var i=0; i<head.length; i++){
		document.getElementById('head'+head[i]).style.backgroundColor = '#CC3333';
	}
	
	var title = new Array(4,5,6,7,10);
	for(var i=0; i<title.length; i++){
		document.getElementById('title'+title[i]).className = 'titleSectionDis';
		document.getElementById('body'+title[i]).style.color = '#4B4B4B';
	}

	var body = new Array(1,2,3,8,9);
	for(var i=0; i<body.length; i++){
		document.getElementById('body'+body[i]).style.color = '#DDDDDD';
	}	
}

function changeStylePost(){
	initTable();
	document.getElementById('href1').className = 'aHref';
	document.getElementById('href4').className = 'aHrefActive';
	
	var head = new Array(1,2,4);
	for(var i=0; i<head.length; i++){
		document.getElementById('head'+head[i]).style.backgroundColor = '#CC3333';
	}
	
	var title = new Array(5,6,7);
	for(var i=0; i<title.length; i++){
		document.getElementById('title'+title[i]).className = 'titleSectionDis';
		document.getElementById('body'+title[i]).style.color = '#4B4B4B';
	}

	var body = new Array(1,2,3,4,8,9,10);
	for(var i=0; i<body.length; i++){
		document.getElementById('body'+body[i]).style.color = '#DDDDDD';
	}	
}

function changeStyleMarke(){
	initTable();
	document.getElementById('href1').className = 'aHref';
	document.getElementById('href5').className = 'aHrefActive';
	
	document.getElementById('head3').style.backgroundColor = '#CC3333';
	
	var title = new Array(1,2,3,4,8,9,10);
	for(var i=0; i<title.length; i++){
		document.getElementById('title'+title[i]).className = 'titleSectionDis';
		document.getElementById('body'+title[i]).style.color = '#4B4B4B';
	}

	var body = new Array(5,6,7);
	for(var i=0; i<body.length; i++){
		document.getElementById('body'+body[i]).style.color = '#DDDDDD';
	}	
}

function changeStyleStudio(){
	initTable();
	document.getElementById('href1').className = 'aHref';
	document.getElementById('href6').className = 'aHrefActive';
	
	for(var i=1; i<=10; i++){
		if(i <= 4){
			document.getElementById('head'+i).style.backgroundColor = '#CC3333';
		}
		document.getElementById('body'+i).style.color = '#DDDDDD';
	}	
}