<!--
var h;
var w;

if (window.innerHeight)
{
h = window.innerHeight;
w = window.innerWidth;
}
else if (document.documentElement &&
document.documentElement.clientHeight)
{
h = document.documentElement.clientHeight;
w = document.documentElement.clientWidth;
}
else if (document.body)
{
h = document.body.clientHeight;
w = document.body.clientWidth;
}
   var varlink = '<a href="#" onclick="window.open(\'fashionpresentatie.html\', \'venster_naam\', \'height='+h+',width='+w+'\'); return false">Fashion presentatie'+h+'-'+w+'</a>';
   var varlink2 = '<a href="#" onclick="window.open(\'fashionpresentatie.html\', \'venster_naam\', \'resizable=yes,fullscreen=yes,top=0,left=0\'); return false">Fashion presentatie</a>';
  
-->
