// JavaScript Document
function popUp(URL) {
var os=navigator.platform;
if (os=='MacPPC'){breed=400;hoog=300;}
else{breed=380;hoog=280;}
sportec=window.open(URL, 'sportec', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+(breed-20)+',height='+(hoog-20))
if (window.focus) {sportec.focus()}
}

