function openInfoWin(winTarget) {
    infoWindow=window.open(winTarget,"Information","toolbar=0,width=446,height=400,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,left=80,top=75,screenX=75,screenY=75");
    if (window.focus) { infoWindow.focus();}
}

function cerrarse(){
	window.close()
}
