 link = document.getElementsByTagName( "link" ) [ 1 ] ;

 var path="http://www.korpsrijdendeartillerie.nl/Library/"; 

 if (window.screen.width == 1024) {link.href = path + "styleBG1024.css";}
 else { 
	if (window.screen.width == 1280) {
	   	if (window.screen.height == 800) {link.href = path + "styleBG1280x800.css";}
  	      else {link.href = path + "styleBG1280x1024.css";}}
      else {
	   	if (window.screen.width == 1680) {link.href = path + "styleBG1680x1050.css";}
  	      else {
 	   	      if (window.screen.width == 1920) {link.href = path + "styleBG1920x1200.css";}
  	            else {

      	            if (window.screen.width == 1440) {link.href = path + "styleBG1440x900.css";}
		   else {
 	   	      if (window.screen.height == 600) {link.href = path + "styleBG800x600.css";}
    	   	            else {link.href = path + "styleBG1024.css";}}}}}}


