if(screen.width <= 800){
	imDir = 800;
	styleNr = 1;
	styleFile = 'main_style1.css';
	}
if(screen.width > 800 && screen.width < 1024){
	imDir = 1024;
	styleNr = 2;
	styleFile = 'main_style2.css';
	}
if(screen.width >= 1024){
	imDir = 1280;
	styleNr = 3;
	styleFile = 'main_style2.css';
	}	
