function goSetHeight() {
	try {
		if (parent == window) return;
		else parent.setIframeHeight('ifMC');
	}
	catch(ex) {}
}
