// JavaScript Document
function do_nothing() {}

function news_window(NewsId,table) {
	window.open("viewarticle.php?id=" + NewsId + "&table=" + table,"news","width=400,height=250,top=50,left=50,location=no,menubar=no,resizable=no,status=no,toolbar=no,scrollbars=yes");
}