<!--
function DisplayParamters(parent) {
	this.parent = parent;
}

_p = DisplayParamters.prototype;

_p.parent = null;

_p.display = function display(obj) {
	this.parent.rows = '50,*,200'; 
	parent.bottomFrame.WYSIWTGID(obj.id);
	//var cur_template = document.getElementById("cur_template").value;
	//parent.bottomFrame.location.href = "WYSIWTGParamters.php?objId=" + obj.id + "&cur_template=" + cur_template;
}

var displayParamters = new DisplayParamters(parent.mainFrame);

//-->