/* Script que sirve para abrir popup's */
/* Script creado por Portal Institucional CGR 2004 */

function  popup(page,width,height,top,left,scrollbars)
{
	fineline=eval("window.open('" + page + "', 'Popup', 'toolbar=0, scrollbars=" + scrollbars + ", location=0, status=0, menubars=0, resizable=0, width=" + width + ", height=" + height + ", top=" + top + ", left=" + left + "')")
}

/* Script que sirve para abrir popup's */
/* Script creado por Portal Institucional CGR 2004 */