var initialBGC;
function playingVideo(height){
initialBGC=jQuery("#flash-content").css('background-color');
jQuery("#flash-content").css('background-color', '#38A332').find('embed, object').remove();
jQuery("#flash-content").animate({height:529}, {speed:500, complete:expandingComplete});

}

function expandingComplete(){

var date=new Date();
var swfSlideshow= new SWFObject('/assets/x/56186?'+date.toString(), 'video-flash', '940', '100%', '9');
swfSlideshow.addParam('wmode', 'transparent');
swfSlideshow.addParam('allowScriptAccess', 'always');
swfSlideshow.addVariable('videofile', '/assets/x/56190.flv');
swfSlideshow.addVariable('skinHide', '0');
swfSlideshow.write('flash-content');

}

function videoStopped(height){
jQuery("#flash-content").css('background-color', '#38A332').find('embed, object').remove();
jQuery("#flash-content").animate({height:height}, {speed:500, complete:contractingComplete});

}

function contractingComplete(){
var date=new Date();
var swfSlideshow= new SWFObject('/assets/x/56187?'+date.toString(), 'slideshow-flash', '940', '100%', '9');
swfSlideshow.addParam('wmode', 'transparent');
swfSlideshow.addParam('allowScriptAccess', 'always');
swfSlideshow.addParam('scale', 'noscale');
swfSlideshow.addVariable('videofile', '/assets/x/56188');
swfSlideshow.addVariable('slideshow', '/assets/x/56191');
swfSlideshow.write('flash-content');

}

function tracing(message)
{if(window.console.log)
	window.console.log(message.toString());
}

function restoreBGC()
{
	jQuery("#flash-content").css('background-color', initialBGC);
	
}

function googleAnalytics()
{
	
	if(window.pageTracker)
		{
			
			pageTracker._trackPageview('/flash/corp_homepage_showreel');
			
		}
}
