var id,w;
w=screen.width;
id = 0;

if(w<1400) id = 2;
if(w<1030) id = 1;
if(w<810) id = 0;

//document.write("id="+id);
//document.write("w"+w);

