function setMaxWidth()
{
   document.getElementById("placeholder").style.maxWidth="1280px";

}
