// JavaScript Document
function selloCompromiso() {
	ventanaApp =
window.open("sellocompromiso.htm","sellocompromiso","toolbar=no,width=615,height=475,menubar=no,status=no,scrollbars=NO,resizable=no,left=10,top=10");

        ventanaApp.moveTo(((screen.width/2)-295),((screen.height/2)-250))
        }
		

function openPic(fotoweb) {
 open(fotoweb,'fotogaleria','width=600,height=550,status=no,directories=no,scrollbars=no,resizable=no,toolbar=no,location=no,screenX=20,screenY=20,left=20,top=20');
}