function CommentsForm(id,type){
	var newWin = window.open('http://cinema.perm.ru/comments/index.php?id_module='+id+'&module='+type,
	   "Comments",
	   "width=420,height=430,resizable=yes,scrollbars=yes,status=yes"
	)
	newWin.focus()
	return false;
}
