
if ((screen.width >=800)&&(screen.width <= 1280))  
{  document.write('<link rel="stylesheet" type="text/css" href="style/en_main.css">');
}
if (screen.width >= 1200)
{  document.write('<link rel="stylesheet" type="text/css" href="style/en_large_main.css">');
}