function PopupWin(url) {
win = window.open(url);
return (typeof(win)=='object')?false:true;
}
