function newWin(link,width,height)
				{
					newwindow=window.open(link,'envivo','resizable=1, width='+width+',height='+height);
					newwindow.focus()
					}

