 
 
var topFlashReady=0;
var topFlashReadyLoaded=false;
var topFlashReadyError=true;
topFlashTimer=setInterval("topFlashLoaderCheck()",1000);
//****************************************************************************
//								LoaderCheck                                   
//****************************************************************************
function topFlashLoaderCheck(){	
			 

	if (topFlashReadyLoaded==false)
	{
		try
		{
			topFlashReady=window.document.topFlash.GetVariable("topFlashReady")	
			topFlashReadyLoaded=true;

		}
		catch(e)
		{
			topFlashReadyError=true;
		}
		if (topFlashReady=="1")
		{
			topFlashReadyError=false;
			clearInterval(topFlashTimer);
			setValuestopFlash();
		}
	}

}
//****************************************************************************
//						    End of LoaderCheck                                   
//****************************************************************************

//****************************************************************************
//						    topFlashReady Methods
//****************************************************************************
//
function setValuestopFlash()
{
//	var topFlashXMLPath="Put XML String here is value not defined in XML file"
	var topFlashXMLPath = "xml/topFlash.xml";
/*
topFlashXMLPath="<root imagePath='images_slidingmenu' rollSpeed='1000' delaySpeed='1'>"

topFlashXMLPath=topFlashXMLPath+"<image id='0' title='The Course' titleypos='-29' fontsize='14' fontcolor='0x07325e' fontbold='1' desc='Diploma for everyone only at edExcel and we have talented professionsor who helped you alot' fontsizedesc='12' fontcolordesc='0x07325e'  fontbolddesc='0' img='0.gif'  thumb='0.gif' url='http://www.yahoo.com'/>";

topFlashXMLPath=topFlashXMLPath+"<image id='1' title='The Student' titleypos='-29' fontsize='14' fontcolor='0x07325e' fontbold='1' desc='Diploma for everyone only at edExcel and we have talented professionsor who helped you alot' fontsizedesc='12' fontcolordesc='0x07325e'  fontbolddesc='0' img='1.gif'  thumb='1.gif' url='http://www.yahoo.com'/>";

topFlashXMLPath=topFlashXMLPath+"<image id='2' title='The Professor' titleypos='-29' fontsize='14' fontcolor='0x07325e' fontbold='1' desc='Diploma for everyone only at edExcel and we have talented professionsor who helped you alot' fontsizedesc='12' fontcolordesc='0x07325e'  fontbolddesc='0' img='2.gif'  thumb='2.gif' url='http://www.yahoo.com'/>";

topFlashXMLPath=topFlashXMLPath+"<image id='3' title='The Foriegner' titleypos='-29' fontsize='14' fontcolor='0x07325e' fontbold='1' desc='Diploma for everyone only at edExcel and we have talented professionsor who helped you alot' fontsizedesc='12' fontcolordesc='0x07325e'  fontbolddesc='0' img='3.gif'  thumb='3.gif' url='http://www.yahoo.com'/>";


topFlashXMLPath=topFlashXMLPath+"<image id='4' title='The Foriegner' titleypos='-29' fontsize='14' fontcolor='0x07325e' fontbold='1' desc='Diploma for everyone only at edExcel and we have talented professionsor who helped you alot' fontsizedesc='12' fontcolordesc='0x07325e'  fontbolddesc='0' img='4.gif'  thumb='4.gif' url='http://www.yahoo.com'/>";

topFlashXMLPath=topFlashXMLPath+"</root>"

*/

//	document.topFlash.SetVariable('XMLStr',topFlashXMLPath);
document.topFlash.SetVariable('XMLPath',topFlashXMLPath);




}

 
