// JavaScript Document
// xml_path in url needed for mac IE only
function initFlash() {
	var soHome = new SWFObject("/home/flash_files/banner_950x235.swf?xmfFile=xml/home.xml", "homeSWF", "950", "235", "8");
	//var soAbout = new SWFObject("/home/flash_files/banner_755x235.swf?xmfFile=xml/about_victoria.xml", "aboutSWF", "755", "235", "8");
	//var soLifeArtsCulture = new SWFObject("/home/flash_files/banner_755x235.swf?xmfFile=xml/life_arts_culture.xml", "lifeAtVicSWF", "755", "235", "8");
	//var soLifeAtVic = new SWFObject("/home/flash_files/banner_755x235.swf?xmfFile=xml/life_at_vic.xml", "lifeArtsCultureSWF", "755", "235", "8");
	//var soLifeLivingWgtn = new SWFObject("/home/flash_files/banner_755x235.swf?xmfFile=xml/life_living_wgtn.xml", "lifeLivingWgtnSWF", "755", "235", "8");
	//var soStudyCareers = new SWFObject("/home/flash_files/banner_755x235.swf?xmfFile=xml/study_careers.xml", "studyCareersSWF", "755", "235", "8");
	//var soStudyOptions = new SWFObject("/home/flash_files/banner_755x235.swf?xmfFile=xml/study_options.xml", "studyOptionsSWF", "755", "235", "8");
	
	soHome.addVariable("xmlFile", "xml/home.xml");
	//soAbout.addVariable("xmlFile", "xml/about_victoria.xml");
	//soLifeArtsCulture.addVariable("xmlFile", "xml/life_arts_culture.xml");
	//soLifeAtVic.addVariable("xmlFile", "xml/life_at_vic.xml");
	//soLifeLivingWgtn.addVariable("xmlFile", "xml/life_living_wgtn.xml");
	//soStudyCareers.addVariable("xmlFile", "xml/study_careers.xml");
	//soStudyOptions.addVariable("xmlFile", "xml/study_options.xml");
	
	soHome.addParam("wmode", "opaque");
	//soAbout.addParam("wmode", "opaque");
	//soLifeArtsCulture.addParam("wmode", "opaque");
	//soLifeAtVic.addParam("wmode", "opaque");
	//soLifeLivingWgtn.addParam("wmode", "opaque");
	//soStudyCareers.addParam("wmode", "opaque");
	//soStudyOptions.addParam("wmode", "opaque");
	
	soHome.write("inpageFlash_home");
	//soAbout.write("inpageFlash_about");
	//soLifeArtsCulture.write("inpageFlash_lifeAtVic");
	//soLifeAtVic.write("inpageFlash_lifeArtsCulture");
	//soLifeLivingWgtn.write("inpageFlash_lifeLivingWgtn");
	//soStudyCareers.write("inpageFlash_studyCareers");
	//soStudyOptions.write("inpageFlash_studyOptions");
}

window.onload = initFlash;
