
function ventana(ruta,w,h, s) {
	scr="";
	if(s==true) { scr=", scrollbars=yes"; }
	size="width=" + w + ", height=" + h + scr;
	window.open(ruta,'',size);
}

function selectPlano(clase) {
	document.getElementById(clase).style.border="";
}
