function popup(a,b){if(!window.focus)return true;var c;if(typeof(a)=='string')c=a;else c=a.href;newWindow=window.open(c,b,'width=750,height=600,scrollbars=yes');newWindow.blur();return false}
