/*
	JavaScript Document
	Initiates all scripts on the home page.
*/
onload = function(){
	killFramesID		= setTimeout("killFrames();",5);
	backgroundID		= setTimeout("embedFlash('data=Media/SWF/intropage.swf','height=100%','loop=false','parent=flash','play=true','quality=best','width=100%','wmode=transparent');",10);
}