/*
 * DO NOT REMOVE THIS NOTICE
 *
 * PROJECT:   UCvirtual
 * VERSION:   1.0
 * COPYRIGHT: (c) 2008 Coral de la barra, Giordano Montecinos
 * LINK:      http://www.uc.cl
 */

function winopen(pag) { 
	var size="580";
	var win="m"
	msg=window.open(pag,win,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,"+size);
	msg.focus();
}
