//Lees schermresolutie uit: ie & nn versie 4>
 if (self.screen) {
 width = screen.width
 height = screen.height
 }
	
	if (width <= 800)  {
	scherm=1;
	}
	else {
	scherm=2;
	}

