function openWindow(url, x, y){
    return window.open('/screenshot.php?url='+ url, 'Pendragon - The Art of Roleplaying', 'directories=0,height=' + y + ',location=0,resizable=1,scrollbars=1,toolbar=0,width=' + x);
}
if (self.parent.frames.length != 0) self.top.location=document.location;
