/*
Different screen resolutions
This file is to be used solely on Belmont site
Author: Mehdi
*/

switch (screen.width){
	case 1280:
	location.href="hi12/index.php?lng=en";
	break;
	
	case 1024:
	location.href="lo10/index.php?lng=en";
	break;
	
	case 800:
	location.href="lo8/index.php?lng=en";
	break;
	
	//default:
	//location.href="lo8/index.php?lng=en";
}


