 		
	dojo.require("dojo.parser");
	dojo.require("dijit.Dialog");
	dojo.addOnLoad(function(){

			
			
			dojo.addClass(dojo.query("body")[0],"tundra");
					
	
	
	
	});
			
	 function loadDialog(){
	 			s.tl(this, 'o', 'webexindia_lightbox_viewnow'); /*omniture tracking */
				var dialoghtml="<div id='wrapper'><p id='ciscoinaction'>See Cisco WebEx in Action</p><p id='contactsales'><a href='http://www.webex.co.in/go/solution_tour_contact_in'>Contact Sales and Questions</a></p><p id='call'>Call +91-1800 425 3535<br/>or +91-80 222 86377</p><p id='bodytext'>See how Cisco is using WebEx technology to bring vital training and skills to remote students in rural India. Using WebEx, distance is no longer a barrier to education.<br/><br/><a href='http://www.webex.co.in/smb/elearning-solutions.html' target='_blank' id='learnMore'>Learn More</a></p><div id='videodiv'>Oops! video did not load</div><p id='copyright'>&copy;1992-2010 Cisco Systems, Inc. All rights reserved.</p></div>";
				var modaldialog1 = new dijit.Dialog({title:"",content:dialoghtml}).placeAt(dojo.query("body")[0],"last");
				modaldialog1.show();
				var v = dojo.byId("videodiv");
				
				if(!v){
					var videodiv = document.createElement("div");
					dojo.attr(videodiv,"id","videodiv");
					dojo.place(videodiv,"wrapper","last");
				}
				
				 var att = { data:"/fileadmin/webex/IN/swf/lightBox/indiavideo.swf", width:"320", height:"273" };
		        	 var par = { flashvars:"vidpath=/fileadmin/webex/IN/swf/indiavideo.flv&ctalink="+"http://webex.co.in/smb/elearning-solutions.html" };
		    		 var id = "videodiv";
				 swfobject.createSWF(att, par, id); 
				 
				 modaldialog1.onCancel=function(evt){
				 	this.hide();
					swfobject.removeSWF("videodiv");
					this.destroyRecursive();
				 } 
					 
				
			}  
