// JavaScript Document
Spry.$$ = function (targetElement)
{
	Spry.$$(targetElement).removeAttribute("border");
}

