<!--

/* changes color of a document element, currently works in IE >4 */
function chColor(obj,c)
{
        obj.bgColor = c;
}

function pop(path)
{
   postComment = window.open(path,"imageComment","toolbar=no,width=650,height=792,directories=no,status=no,scrollbars=no,resize=no,menubar=no");
   postComment.focus();
}
//-->
