function opensb(page,width,heigth){
	window.open(page,'onda','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+width+', height='+heigth);
	}