function breakout() {
    if (top != self)
    top.location = self.location;
}
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)

function addb(){
var bookmarkurl="http://www.speelspelletje.nl";
var bookmarktitle="SpeelSpelletje.nl, Voor Als Je Even Niks Te Doen Hebt!!";

if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function venster(url,width,height,scroll) {
window.open(url,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scroll+',resizable=0,width='+width+',height='+height+'');
}
function info(id) {
window.open('php/login/profiel_info.php?id='+id,'reactie','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=420,height=258');
}

