function styl(){
if(screen.width<641){
numer=0;
}else if(screen.width<801){
numer=1;
}else if(screen.width<1025){
numer=2;
}else if(screen.width<1281){
numer=3;
}else{
numer=4;
};
if(numer!=2){document.write("<LINK rel=\"StyleSheet\" href=\"/2007.1/styl/"+numer+".css\">");
};
};
