function popWin(channelId,newsId)
{
	var url;
	url="../include/view.asp?channelId=" + channelId +"&newsId=" +newsId;
	window.open(url,"newspopwindows","top=55,left=80,width=650,height=450,toolbar=no,menubar=no,scrollbars=yes");
	return(false);
}


function popWinPH(htt)
{
	var url;
	url=htt;
	window.open(url,"_blank","top=55,left=80,width=650,height=450,toolbar=no,menubar=no,scrollbars=yes");
	return(false);
}