
function showMsg(msg) {
	alert(msg);
}


function abrePoniente() {
	 var v = window.open('poniente.htm','pop','width=640,height=430');
}

function abreDemaplast() {
	 var v = window.open('demaplast.htm','pop','width=640,height=430');
}




//
