// JavaScript Document
function videoSwitch(param) {
		var _video = param;
		var obj;
		if(_video == 1) {
				obj = '<div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player"  width="388" height="242"><param name="movie" value="player-viral.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="file=author=shiv&file=video/traveling.flv&image=shiv.jpg&plugins=captions-1&captions.file=video/traveling.srt&autostart=true&stretching=fill" /></param> <embed src="player-viral.swf"  type="application/x-shockwave-flash" width="388" height="242" allowFullScreen="true" allowScriptAccess="always"></embed></object><div class="videoTitle"><h3>Learn English online in a virtual city, with real people </h3></div></div>';				
		}
		else if(_video == 2) {
				obj = '<div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player"  width="388" height="242"><param name="movie" value="player-viral.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="file=video/new_intro.flv&image=david.jpg" /></param> <embed src="player-viral.swf"  type="application/x-shockwave-flash" width="388" height="242" allowFullScreen="true" allowScriptAccess="always"></embed></object><div class="videoTitle"><h3>Best wayy to learn English,by CEO of Languagelab </h3></div></div>';	
		}
		else if(_video == 3) {
				obj = '<div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player"  width="388" height="242"><param name="movie" value="player-viral.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="file=video/jessie.flv&image=jessie.jpg" /></param> <embed src="player-viral.swf"  type="application/x-shockwave-flash" width="388" height="242" allowFullScreen="true" allowScriptAccess="always"></embed></object><div class="videoTitle"><h3>Buy classes,by Jessie Teacher </h3></div></div>';	
		}	
		else if(_video == 4) {
				obj = '<div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player"  width="388" height="242"><param name="movie" value="player-viral.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="file=video/ShvdotmeLearnInTheFuture.flv&image=greenie.jpg" /></param> <embed src="player-viral.swf"  type="application/x-shockwave-flash" width="388" height="242" allowFullScreen="true" allowScriptAccess="always"></embed></object><div class="videoTitle"><h3>Learn In The Future,by Shiv Teacher</h3></div></div>';	
		}
		else if(_video == 5) {
				obj = '<div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player"  width="388" height="242"><param name="movie" value="player-viral.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="file=video/al_full.flv&image=al.jpg" /></param> <embed src="player-viral.swf"  type="application/x-shockwave-flash" width="388" height="242" allowFullScreen="true" allowScriptAccess="always"></embed></object><div class="videoTitle"><h3>Learn English in a city by Al </h3></div></div>';	
		}
		else if(_video == 6) {
				obj = '<div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player"  width="388" height="242"><param name="movie" value="player-viral.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="file=video/wisl.flv&image=sl.jpg" /></param> <embed src="player-viral.swf"  type="application/x-shockwave-flash" width="388" height="242" allowFullScreen="true" allowScriptAccess="always"></embed></object><div class="videoTitle"><h3>What is Secondlife </h3></div></div>';	
		}
		
		
		
		
		
		document.getElementById('currentvid').innerHTML = obj;
}
