if(top.frames.length==0){
var pagina = window.location.href;
top.window.location = "../english.php?pag=" + pagina;
}
//if(screen.height<=480 && screen.width<=640)top.window.location.replace('http://www.wilfriednauta.nl/service/resolutie.php?u=www.waldorf-toys.com/english.php&s=Waldorf Toys');

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

function tell_a_friend(x,y,z) {
var tell = "/service/tell_a_";
tell+= "friend_uk.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(); 
}
