// JavaScript Document
function pageDis()
{
if(screen.width>1280){document.getElementById("page").style.width="1280px";}
//else if(screen.width<1280){document.getElementById("page").style.width="100%";}
}