function editItem(col, row, usr, idt, cur, url)
{
	window.open('phpPortal/edit.php?col=' + col + '&row=' + row + '&usr=' + usr + '&idt=' + idt + '&cur=' + cur + '&u_portal_home=' + escape(url), 'Edit', 'width=480,height=540,scrollbars=yes, resizable=yes');
}

function openParam(url)
{
	window.open('phpPortal/param.php?u_portal_home=' + escape(url), 'Param', 'width=600,height=420,scrollbars=yes, resizable=yes');
}
