function dispVideos(actto)
  {
	 
	  var url="index_videos.php?show="+actto;
		// alert(url);
	  show(url,"area_videos");
	}
	
	function dispChannelVd(cid)
  {
	  var url="index_videos.php?show=channelvd&catid="+cid;
		// alert(url);
	  show(url,"area_videos");
	}
function channel_Videos(cid)
  {
	  var url="video_listing_inner.php?show=channelvd&catid="+cid;
		// alert(url);
	  show(url,"area_videos");
	}
	function dispVideosPopu(actto)
  {
	 
	  var url="index_internal_right.php?disp="+actto;
		// alert(url);
	  show(url,"area_popular");
	}
	
 function relatedVideo(actto,rid,usid,vdcc)
  {
	  var url="related_videos.php?show="+actto+"&reltedid="+rid+"&memid="+usid+"&vdcat="+vdcc;
	 show(url,"area_related");
	}
  function chkSearch()
	 {
		 if(document.getElementById("search_txt").value=="")
		  {
				 alert("Please Enter Search Text!");
				 document.getElementById("search_txt").focus();
				 return false;
			}
			return true;
	 }

	function dispSearch()
  {
		chkSearch();
	  document.frmsearch.submit();	 
	}
