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