function setHgt()
{	
	aa = document.getElementById("copyright").style.width;
    alert(aa);
}