var current_btn="";

function resize()
{
	if(document.body.clientWidth>1280)
	{
		document.getElementById('outer').style.width='1280px';
	}

}

function screenresize()
{
	if(document.body.clientWidth>1280)
	{
		document.getElementById('outer').style.width='1280px';
	}

}
