/*
 ・使い方
 <a href="http://*****.html" onClick=openWindow(0,'wn') target="wn">*****</a>
・設EプショE
 0:E爾疋機璽岨箸な
 1:使えない文E
 2:地図
 3:携帯サイト
 4:カラーパE奪
 5:GoogleMaps ヒント
 */
var aryWinStyle = new Array(
 'toolbar=0,location=0,scrollbars=1,width=385,height=450,resizable=1'
,'toolbar=0,location=0,scrollbars=1,width=460,height=525,resizable=1'
,'toolbar=0,location=0,scrollbars=1,width=650,height=600,resizable=1'
,'toolbar=0,location=0,scrollbars=1,width=200,height=400,resizable=1'
,'toolbar=0,location=0,scrollbars=1,width=650,height=750,resizable=1'
,'toolbar=0,location=0,scrollbars=1,width=630,height=627,resizable=0,status=0'
);

function openwin(no,targetName) {

/* デフォE醗数の設E*/
if (openwin.arguments.length<1){ no=0; }
if (openwin.arguments.length<2){ targetName = "windowname"; }


window.open("", targetName, aryWinStyle[no]);

}
