
   		function show_video(val)
		{
			
			code=val;
			var str = '<embed src="http://www.youtube.com/v/'+code+'&hl=en&fs=1&rel=0&wmode=transparent" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="200" WindowlessVideo="-1" wmode="transparent"></embed>';
			
			document.getElementById('video').innerHTML =str;
		}
		var code1="gubrtjcj7e8";
   		function show_video1(val)
		{
			
			code1=val;
			var str = '<embed src="http://www.youtube.com/v/'+code1+'&hl=en&fs=1&rel=0&wmode=transparent" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="200" WindowlessVideo="-1" wmode="transparent"></embed>';
			
			document.getElementById('video1').innerHTML =str;
		}
