function MenuEmp()
{
	if (SubMenu.style.display=='')
		{
			SubMenu.style.display='none';
			/*SHBot05.src='../images/SHBot05on.gif';*/
		}
	else 
		{
			SubMenu.style.display="";
			/*SHBot05.src='../images/SHBot05off.gif';*/
		}
}

function HomeEmp(link)
{
	document.location.target = '_self'
	document.location.href = link
}


jQuery(function(){
  
  
  
  var _contenido = $('#contenido').get(0);
  var _body = $('#body').get(0);
  var _nombre = _contenido? 'contenido' : 'body';

  if( _contenido || _body){
    var oFCKeditor = new FCKeditor( _nombre ) ;
  	oFCKeditor.BasePath	= '/lib/FCKeditor/';
  	oFCKeditor.Width  = '675';
    oFCKeditor.Height = '400';
    //negritas, cursiva, 
    //Colores y tamaño de letras
    oFCKeditor.ToolbarSet = 'Custom' ;
  	oFCKeditor.ReplaceTextarea() ;  
  }

});
