function abrehotsite(hotsite, nome){
	/*
	jQuery("div[id='divHotSite']").dialog('option','title',nome);
	jQuery("div[id='divHotSite']").dialog('option','width',getWidth()-50);
	jQuery("div[id='divHotSite']").dialog('option','height',getHeight()-50);
	jQuery("div[id='divHotSite']").html("");
	jQuery("div[id='divHotSite']").dialog('open');
	jQuery("div[id='divHotSite']").html('<iframe frameborder="0" id="frameNavegacao" src="hotsite.php?hotsite='+hotsite+'" width="'+(getWidth()-50-30)+'" height="'+(getHeight()-50-45)+'"></iframe>');
	 */
	jQuery("div[id='divHotSite']").dialog('option','title',nome);
	jQuery("div[id='divHotSite']").html("");
	jQuery("div[id='divHotSite']").dialog('open');
	jQuery("div[id='divHotSite']").html('<iframe frameborder="0" id="frameNavegacao" src="hotsite.php?hotsite='+hotsite+'" width="800" height="618"></iframe>');
}