 <!--    // Illegaal frame detectie
 function detect(pagename) {
    if (parent.frames.length > 0) {
        if (parent.frames[2].name != "shop_menu") { top.location.href = 'index.php'; }
    }
    if (parent.frames.length == 0) {
        top.location.href = 'index.php';
    }

 }
 // Einde detectie script-->

