function janela(Window,width,height){

	window.open(Window,"page","status=0,copyhistory=0,location=0,resizable=0,toolbar=0,menubar=0,scrollbars=0,directories=0,width="+width+",height="+height+"")

}

