  
    function resizpic( pid ) {
        var x = (screen.width / 4.5) - 85;
        var y = (screen.height / 4) - 75;
        var features = 'height=649,location=no,menubar=no,top=' + y + ',left=' + x + ',resizable=no,scrollbars=no,status=no,titlebar=yes,toolbar=no,width=1000';
        var win = window.open( 'images/floorplan-' + pid + '-large.gif', '_blank', features );
    }

