/*
 * 
*/
function displayVerMas()
	{
		var idCMSIdioma = getCookie('idCMSIdioma');
		var b = document.getElementById('vermas');
		
		if(b) {
			if (idCMSIdioma == 2)
			{
				b.innerHTML = '...wiew more';
			}else{
				b.innerHTML = '...ver m&aacute;s';
			}
		}
	}
displayVerMas();