// JavaScript Document

<!--hide

function newwindow(newlink)
{
window.open(newlink,'forward','width=400,height=150,resizable=no');
}
//-->