		function show_video()

		{

			//alert(prm);



		//var search = "aq=f&pz=1&cf=all&ned=in&hl=en&q=india";

	

		new Ajax.Request(

	

		'showVideo.php',

		{	

			asynchronous:true,

			onComplete: ShowReport

	

		}

	  	);

			

		}

		/*

		function resetDIV(){

		$('loading').style.display="none";

		}

		

		function showText()

		{

			

		new Effect.Highlight('jobs');

		}*/

		

		function ShowReport(jobs){

			

			

			out = jobs.responseText;

			$('video').innerHTML =out;

			

		}

		



// Popup window code

function newPopup(url) {

	popupWindow = window.open(

		url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')

}
