var wid=screen.width;
var hei=screen.height;

if(wid < 1280 || hei < 1024) document.write("<link rel='stylesheet' href='css/structure2.css' type='text/css' />");
else document.write("<link rel='stylesheet' href='css/structure1.css' type='text/css' />");