function previewin(pagina,x,y){
	window.open(pagina,"_new","width="+x+",height="+y+",scroolbars=no,toolbars=no,resize=no,statusbar=no");
}