function newwindow(url) 
{ 
 parent.location.href = url;
} 

var quirksMode = (top == self);
if (quirksMode) { 
  top.location.replace('video-schilderen.php?schilderij='+self.location.href);   
}