function NewWin(url)
{
openWin = this.open(url,'CtrlWindow','toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes');
}
