function setCenter(idz,cnst)
{
for(i=0;i<idz.length;i++)
{
document.getElementById(idz[i]).style.left=(self.innerWidth-cnst)/2+'px';
}
}
