function newWindow(location,sizex, sizey) {
portalWin=window.open(location, 'openedWindow', 'menubar=1,toolbar=0,scrollbars=1,location=1,statusbar=0,resizable=yes,width=' + sizex + ',height=' + sizey);
portalWin.focus()
}
