Event.observe(window, "load", function() {
		//Images Array used in all demos
		
		//Fader with Text
		var quotes = [
			"<font size='4' color='#7aabcc'>Business Process Outsourcing</font><font size='2'><br><br>Rely on us to share operations and responsibilities of your processes, let it be human resource, finance or accounting Indoswift is the solution</font>",
			"<font size='4' color='#7aabcc'>Healthcare</font><font size='2'><br><br>Pioneers in providing transcription and EMR services, currently holds portfolio of hundreds of physicians across US</font>",
			"<font size='4' color='#7aabcc'>Website Development</font><font size='2'><br><br>Enhancing your web presence and crafting your designs to make them visually appealing and highly effective in terms of functioning. <br /><br />Covering complete logistics of web designing, development, SEO, graphics, multimedia, and allied web-based services.</font>",
			"<font size='4' color='#7aabcc'>Consulting</font><font size='2'><br><br>Get advice on how to improve your existing business problems and develop plans for improvement. <br /><br />We not only suggest, but help you implement, deploy, and administer the solutions to meet your business objectives.</font>",
			"<font size='4' color='#7aabcc'>Training</font><font size='2'><br><br>Acquire necessary knowledge, skills, and competencies to maintain, upgrade, and update your existing skills to improve productivity and meeting your targets</font>"
		];
		new Widget.Fader("textDemo", quotes, { fadeOutDuration: 0.8, fadeInDuration: 0.8, builder: Widget.Fader.textBuilder });

		//Google Syntax Highlighter
		dp.SyntaxHighlighter.ClipboardSwf = 'js1/clipboard.swf';
		dp.SyntaxHighlighter.HighlightAll('code');

		//ZATopSites
	
	});