
<!--
//alert(screen.width);
if (screen.width>=1400)
{
window.location = "_1400.php";
}
else if (screen.width>=1280)
{
//alert('1280');
window.location = "_1280.php";
}
else
{
//alert('1024');
window.location = "_1024.php";
}
//
-->