// Funciones Emoticionos TextArea Libro de Visitas
function bold1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[b]Negrita[/b]';
} 
function italic1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[i]Cursiva[/i]';
} 
function strike1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[-]Tachar[/-]';
} 
function big1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[big]Grande[/big]';
} 
function small1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[small]Pequeño[/small]';
} 
function ul1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[list]\n[*]Lista_viñetas[/*]\n[*]Lista_viñetas[/*]\n[/list]';
} 
function ol1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[numlist]\n[*]Lista_numerada[/*]\n[*]Lista_numerada[/*]\n[/numlist]';
} 
function quote1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[quote]Cita[/quote]';
} 
function acr1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[acr=Explicación]Acrónimo[/acr]';
} 
function color1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[color=nombre]Texto[/color]';
} 
function align1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[align=center/right]Alineación[/align]';
} 
function url1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[url=http://]Web[/url]';
} 
function mail1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[mail=dirección]Nombre[/mail]';
} 
function image1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[img=Descripción]url_imagen[/img]';
} 
function mean1(){
   document.editor_form.comment.value = document.editor_form.comment.value + '[mean=Significado]Texto[/mean]';
} 
function cool1(){ 
   document.editor_form.comment.value = document.editor_form.comment.value + ":cool:"; 
} 
function smile1(){ 
   document.editor_form.comment.value = document.editor_form.comment.value + ":smile:"; 
} 
function laugh1(){ 
   document.editor_form.comment.value = document.editor_form.comment.value + ":laugh:"; 
} 
function wink1(){ 
   document.editor_form.comment.value = document.editor_form.comment.value + ":wink:"; 
} 
function sad1(){ 
	document.editor_form.comment.value = document.editor_form.comment.value + ":sad:"; 
} 
function angry1(){ 
	document.editor_form.comment.value = document.editor_form.comment.value + ":angry:"; 
} 
function tongue1(){ 
	document.editor_form.comment.value = document.editor_form.comment.value + ":tongue:"; 
} 
function cry1(){ 
	document.editor_form.comment.value = document.editor_form.comment.value + ":cry:"; 
} 
function wassat1(){ 
	document.editor_form.comment.value = document.editor_form.comment.value + ":wassat:"; 
} 
function blush1(){ 
	document.editor_form.comment.value = document.editor_form.comment.value + ":blush:"; 
} 

