/*****************************/
/* Efecto MORPH con MOOTOOLS 1.2  /
/* para Sistema de Eventos de LOIDI  */
/****************************/
function openPopUp(theURL,winName,w,h) { //v2.0
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	features = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no';
	win = window.open(theURL,winName,features);
}

