function popup(obj) {
	document.getElementById("content").style.display="none";
	return hs.htmlExpand(obj, { objectType: 'iframe',dimmingOpacity: 0.5} );
}