// JScript source code
function showHiddenLayer(obj,isShow,width)
{
	obj.style.cssText="width:"+width+"; position:absolute; visibility:"+isShow+"; cursor:hand";
}