    function getdata(){
        if(window.location.pathname){
				var n= (window.location.pathname);
				n=n.replace(/.html/g, "");
				n=n.replace(/\/prodata\//g, "");
				n=n.replace(/new-/g, "");
            /* テキストボックスにパラメータを表示 */
            window.open('pops.php?id='+n, 'mywindow', 'width=500, height=300, menubar=no, toolbar=no, scrollbars=no, location=no');
        }
    }
    /* オンロード時に実行 */

