function view_comment(URL,width,height) {
	var str = "width="+width+", height="+height+", scrollbars=yes";
	window.open(URL,'_media_comment_view',str);
	return;
}
