if(top.frames.length==0){
var pagina = window.location.href;
top.window.location = "../nederlands.php?pag=" + pagina;
}

if(parent.script)parent.script.url = window.location.href;

function tell_a_friend(x,y,z) {
var tell = "/service/tell_a_";
tell+= "friend_nl.php?titel="+y+"&item="+x;
var breedte = 520;
var hoogte = 560;
if(screen.height<=hoogte)hoogte = screen.height;
var winleft = (screen.width-breedte)/2;
var wintop  = (screen.height-hoogte)/3;
var props = "top="+wintop+",left="+winleft+",height="+hoogte+",width="+breedte+",toolbar=no,resizable=yes,scrollbars=yes";
var tellvenster = window.open(tell,"taf",props);
tellvenster.window.focus(); 
}
