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

