var win;

function popup(url, width, height){

    win = window.open("http://we-dare.nl/image.php?i="+url,"","width="+width+",height="+height+",menubar=false,status=false,scrollbars=false,resizable=yes,toolbar=false,location=false");

}
