var styleFile = 0;
if(screen.width <= 800){
	imDir = 800;
	styleNr = 1;
	}
if(screen.width > 800 && screen.width <= 1024){
	imDir = 1024;
	styleNr = 2;
	}
if(screen.width > 1024){
	imDir = 1280;
	styleNr = 3;
	}	