function loadlinkimage(obj)
{
	if(obj.width > 60)
	{
		obj.width = 60; 
	}
	if(obj.height > 60)
	{
		obj.height = 60; 
	}
}
