function goframe(id, page, option, height) {
	var iframeElement = parent.document.getElementById(id);
	window.frames[id].location.href = 'http://partners.leadfusion.com/tools/edsoup/' + page + '/tool.fcs' + option;
	iframeElement.style.height = height;
}