/*
 *
 * (C) copyright Vladimir A. Petrov, 2000-2002.
 *
 * This script can be used absolutely free for noncomercial purposes
 * until this statement presents in all copies and derivatives unchanged.
 *
 * (C) Владимир А. Петров, 2000-2002.
 *
 * Данный скрипт может быть использован абсолютно свободно для некоммерческих
 * целей до тех пор пока это соглашение присутствует во всех копиях, а также
 * разработках основанных на данном скрипте.
 *
 */

function show_object(uri,width,height) {
	window.open(uri,'full','height=' + height + ',width=' + width + ',left=100,top=100,status=no,tolbar=no,menubar=no,location=no,scrollbars=no');
}

function show_comment(name) { show_object(name,400,300); }
