function cgicomments(n) 
{
  	window.open('/cgi-bin/cgicomments/cgicomments.cgi?fic_id=' + n, 		'cgicomments' + n, 		'directories=0,height=400,width=500,location=0,resizable=1,scrollbars=1,toolbar=0');
};

function blogcomments(n) 
{
  	window.open('/cgi-bin/blogcomment/cgicomments.cgi?blog_id=' + n, 		'cgicomments' + n, 		'directories=0,height=400,width=500,location=0,resizable=1,scrollbars=1,toolbar=0');
};
