
var server = "http://i137.photobucket.com/albums/q218/betetta/avatars/"

   function getname(boton) 
{ 
     avname = boton.name;
     subpath = document.gallery.check.value;

 if (document.gallery.check.value != "-")
  {  parent.avatars.webpath.value= server + subpath + avname + ".gif";
     return;
  }
} 

function copyit(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
therange=tempval.createTextRange()
therange.execCommand("Copy")

alert("la direccion de este avatar ha sido copiada a tu portapapeles");

}

