

function checkAll(field)
{
	for (i = 0; i < field.length; i++){
		field[i].checked = true ;	
	}

}


function gettotalid(field)
{
	
	for (i = 0; i < field.length; i++){
		//field[i].checked = true ;	
		var a = field[i].value;
		var as = document.FormList.Alllist.value;
		if(field[i].checked==true)			
		{
		  document.FormList.Alllist.value = as+","+a;
		}
	}
 document.FormList.submit();
}
/*function uncheckAll(field)
{
for (i = 0; i < field.length; i++)
	field[i].checked = false ;
	
}*/

function video(cmd,ide)
{
 var mywindow = window.open ("http://www.amadermedia.com.bd/index.php?cmd=" + cmd + "&id=" + ide, "mywindow","width=440,height=430");
}

function channelInformation(cmd,ide)
{
	  //alert(cmd);
	  var mywindow = window.open ("http://www.amadermedia.com.bd/index.php?cmd="+cmd+"&id="+ide, "mywindow","scrollbars=yes,width=500,height=530");
}
