window.onload = function()
{
	if (top.location!= self.location) 
	{
	  top.location = self.location.href
	}
	tb=document.getElementById('testdiv').offsetWidth;
	th=document.getElementById('testdiv').offsetHeight;
	if(tb<600||th<600)
	{
		document.getElementById('csslink').href = "tel.css";
	}
	else if(tb<920)
	{
		document.getElementById('csslink').href = "smal.css";
	}
	else
	{
		document.getElementById('csslink').href = "breed.css";
		if(tb>1500){document.getElementById('fotos').className = "max2"};
	}
  var email = "info";
  var emailHost = "redel-tuin.nl";
  if(document.getElementById('emailadres')) {document.getElementById('emailadres').innerHTML="<a href=" + "mai" + "lto:" + email + "@" + emailHost+ "?SUBJECT=informatieaanvraag" + ">" + '<img src="email.png" alt="">' + "</a>"};
}



