

var podrobnee_width = 800;
var podrobnee_height = 600;


// Binding. Called on all new elements. If <body>, initialise; check all
// elements for minmax properties

function podrobnee(ref) {
	document.location.href = ref
	/* window.open(ref,'', 'width='+podrobnee_width+',height='+podrobnee_height+',menubar=no,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes'); return(false); */
}