//ポップアップウィンドウを開く
openwin=new Array();
function owd(jsn,url,ww,hh){
own=jsn;
self.window.name="main";
win=window.open(url,own,"width="+ww+",height="+hh+",resizable=yes,scrollbars=yes");
win.focus();
}

//ポップアップウィンドウを開く(写真帖)
function owd_shot(jsn,url,ww,hh){
own=jsn;
self.window.name="shot";
win=window.open(url,own,"width="+ww+",height="+hh+",resizable=yes,scrollbars=yes");
win.focus();
}