function compact_openwindow(url,name,options) {
newwin=window.open(url,name,options);
newwin.focus();
}
