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