function comment(sidx,ipart,itype){
	window.open('comment0.pl?sid=' + sidx + '&part=' + ipart + '&type=' + itype + '', 'comments', 'width=552,height=400,scrollbars,noresize');
}
function editlog(sid,epart){
	window.open('editlog.pl?sid=' + sid + '&part=' + epart + '', 'editlog', 'width=360,height=250,scrollbars,noresize');
}
