void LLFloaterWebProfile::onOpen(const LLSD& key)
{
	Params p(key);
	p.show_chrome(false).
		window_class("profile");
	LLFloaterWebContent::onOpen(p);
	applyPreferredRect();
}
void LLFloaterWebProfile::onOpen()
{
	Params p(mKey);
	p.show_chrome(false).
		window_class("profile");
	mKey = p;
	LLFloaterWebContent::onOpen();
	applyPreferredRect();
}