/*
 *
 * (C) copyright Vladimir A. Petrov, 2000-2002.
 */

function show_object(uri,width,height) {
	window.open(uri,'full','height=' + height + ',width=' + width + ',left=10,top=10,status=no,tolbar=no,menubar=no,location=no');
}

function show_comment(name) { show_object(name,750,550); }
