// FUNCIONES DE POPUP

function open_popup (url, width, height) {

	properties = "width="+width+", height="+height+", scrollbars=yes, status=no, location=no, toolbar=no, menubar=no, resizable=yes, directories=no";
	popup_actividad = window.open(url, 'popup_extremaduracom', properties);

}

