         <!--
         function portcitycoffee(url, width, height) {
         var Win = window.open(url,"mpnewsletter",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=no,menubar=no' );
         }
        //-->  

