function show_copyright(){

document.write(
	"<table width=\"500\"><tr><td colspan=\"3\"><hr></td></tr><tr>"
	+ "<td class=footer  colspan=\"3\" >© 2009 CDHS/Research Foundation of SUNY/BSC.</td></tr></table>")
}

function popup(url,w,h) {
  		//w = screen.availWidth-30;
  		//h = screen.availHeight-50;
  		//features = "width="+w+",height="+h;
  		//features += ",left=10,top=10,screenX=0,screenY=0";
		//window.open(url, "", "height=325, width=376");
  		window.open(url, "","height="+h+", width="+w);
}