

function popwin(page,height,width) 
{
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,status=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes,height="+height+",width="+width);
}