// JavaScript Document


function showPreviewMT() {
        previewwin=window.open("http://www.plutosport.nl/epages/Plutosport.storefront/NL/UserTemplate/24",
                               "Maattabel",
                               "width=670,height=670,left = 390,top = 200,resizable=no,scrollbars=yes");
        previewwin.focus();
    }
