// notice the 'flashvars' value pair below - this tell the SWF which page title to show use one of these values:
// ip_telephony_unified_communications - network_security - wireless_networking - network_infrastructure - professional_services - service_provider_master_agency

// Home Page , flashvars:"theSection=../flv/home_general.flv"

var FO1 = { movie: "swf/home_main.swf", width: "485", height: "93", majorversion: "8", build: "0", xi: "false", wmode: "transparent" };
	UFO.create(FO1, "home_header");
	
	
	// Sub Page , flashvars:"theSection="+theSection


	var FO2 = { movie: "swf/photogallery.swf", width: "207", height: "153", majorversion: "8", build: "0", xi: "false", wmode: "transparent" };
	UFO.create(FO2, "home_gallery");
	
	
	var FO3 = { movie:"../../swf/"+theSection+".swf", width:"703", height:"93", majorversion:"8", build:"0", xi:"false",wmode:"transparent" };
	UFO.create(FO3, "sub_header");