var popW = null;

function pop(url)
{
	popW = window.open(url, "_pop_", "width=460,height=600,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=no,toolbar=no");
	popW.focus();
}

var popAt = null;

function popAPath(path, width, height)
{
	var url = 'pop_at.jsp?path='+path;
	popAt = window.open(url, "_pop_at_", "width=" + width + ",height=" + height + ",menubar=no,resizable=no,scrollbars=no,status=yes,titlebar=no,toolbar=no");
	popAt.focus();
}

function popA(id, width, height)
{
	var url = 'pop_at.jsp?type=attachments&attachment_type=cms&attachment_id='+id;
	popAt = window.open(url, "_pop_at_", "width=" + width + ",height=" + height + ",menubar=no,resizable=no,scrollbars=no,status=yes,titlebar=no,toolbar=no");
	popAt.focus();
}

function azzera(e)
{
	e.value='';
}

