
function PopUpNews(id)
{
	NewsPopUp=window.open("ShowPopUpNews.asp?id=" + id,"newswindow","toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=1,width=640,height=480");
}
function PopUpVideo(id)
{
	NewsPopUp=window.open("ShowPopUpVideo.asp?id=" + id,"videowindow" & id,"toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=1,width=640,height=496");
}