function Visor(url) {
	window.open(url, 'visor', 'width=500,height=400,top=50,left=50');
}
