function wopen(tp,tp2)
{
	var url='cl_count.php?tp='+ tp +'&tp2='+tp2;
 	//var wind=window.open(url,tp,'height=5,width=5,resizable=no,scrollbars=no,toolbar=no,status=yes,location=yes,visible=none');
	var wind=window.open(url,tp,'height=800,width=1000,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes');
	//tp.close();
 }