<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->
// nota para incrementar el tamaņo del archivo y actualizarlo automaticamente

// Popup window code

function newPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=570,width=700,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}

//  End -->
