﻿  function OpenPage( movieName, width, height )
    {
     window.open(movieName, 'Window', 'toolbar=0,menubar=0,scrollbars=yes,scrolling=no,resizable=yes,width=' + width + ',height=' + height + ',top=10,left=10');
    }
