var interval_height="";

function showPopup(_languaje,_tt,_url,_width,_height,_clase,_id) {
	_idioma=_languaje;
	_partesIdioma=_idioma.split("_");
	_partesURL=_url.split("#");
	_url=_partesURL[0]+_partesIdioma[0]+_partesURL[1];
	
	if ($.browser.msie && parseInt($.browser.version, 10) <= 6) { 
		AUI().ready('aui-dialog','aui-dialog-iframe','liferay-portlet-url', function(A) {
		window.myDialog = new A.Dialog({title:_tt,width:_width,height:_height,centered:true,modal:true,resizable:false}).plug(A.Plugin.DialogIframe,{uri:_url,iframeCssClass:'',iframeId:_id}).render();});
		interval_height=setInterval("altura('"+_id+"',"+_height+")",500);
	} else {
		AUI().ready('aui-dialog','aui-dialog-iframe','liferay-portlet-url', function(A) {
		window.myDialog = new A.Dialog({title:_tt,width:_width,height:_height,centered:true,modal:true,resizable:false}).plug(A.Plugin.DialogIframe,{uri:_url,iframeCssClass:_clase,iframeId:_id}).render();});
	}

}

function altura(_id,_alt){
	if($('#'+_id).height()!=_alt){
	$('#'+_id).height(_alt);
	$('aui-widget-bd.aui-panel-bd.aui-dialog-bd').height(_alt);
	clearInterval(interval_height);
	}
}



function _RevisionForo(){
	
	// SUSCRIBE	
	$("#portlet_19 .thread-controls .thread-actions .lfr-table .taglib-icon:eq(1)").hide();
	
	
	
	// PERMISOS FORO COMPARTIDO POR CLASE CON EL CUERPO DEL POST. COGEMOS EL SEGUNDO.
	// aui-fieldset aui-field aui-field-wrapper
	$("#portlet_19 .aui-fieldset .aui-field .aui-field-wrapper:eq(1)").hide();
	
	$("#portlet_20 .aui-field-wrapper:eq(1)").hide();
	//$("#portlet_20 .aui-field.aui-field-text:eq(1)").hide();
	$("#portlet_33 .aui-field-wrapper:eq(1)").hide();
	$("#portlet_33 .aui-field.aui-field-text:eq(1)").hide();
	$("#portlet_36 .aui-field-wrapper:eq(1)").hide();
	$("#portlet_36 .aui-field.aui-field-text:eq(1)").hide();
	
}
