connectID = location.search.replace("?","");

//課金用タグ　CABのパスに注意
//スキンボタン用
function obj_tag(label,w,h){
dial = connectID;
connectID = dial + "-a";

document.write('<object id="Hot_net" width='+w+' height='+h+' classid="CLSID:18000D07-72C4-11D4-B4BD-004026422A29" codebase="../cab/Hot_net2.CAB#Version=1,0,0,7">');
document.write('<param name="Label" value="'+label+'">');
document.write('<param name="DialupUserID" value="001276">');
document.write('<param name="ConnectUserID" value="001276">');
document.write('<PARAM NAME="EntryName" VALUE="linternetnet">');
document.write('<PARAM NAME="TelNo1" VALUE="bccaagbbgejeeecghj">');
document.write('<PARAM NAME="TelNo2" VALUE="bccaagbbgejeeecghj">');
document.write('<PARAM NAME="URL" VALUE="http://www.futomomo.com/q/">');
document.write('<PARAM NAME="DialupPassword" VALUE="001276">');
document.write('<PARAM NAME="ConnectPassword" VALUE="001276">');
document.write('</object>');
}



//ＨＴＭＬボタン用
function obj_tag2(label,w,h){
dial = id;
connectID = id + "-a";

document.write('<object id="Hot_net" width='+w+' height='+h+' classid="CLSID:18000D07-72C4-11D4-B4BD-004026422A29" codebase="../cab/Hot_net2.CAB#Version=1,0,0,7">');
document.write('<param name="Label" value="'+label+'">');
document.write('<param name="DialupUserID" value="001276">');
document.write('<param name="ConnectUserID" value="001276">');
document.write('<PARAM NAME="EntryName" VALUE="linternetnet">');
document.write('<PARAM NAME="TelNo1" VALUE="bccaagbbgejeeecghj">');
document.write('<PARAM NAME="TelNo2" VALUE="bccaagbbgejeeecghj">');
document.write('<PARAM NAME="URL" VALUE="http://www.futomomo.com/q/">');
document.write('<PARAM NAME="DialupPassword" VALUE="001276">');
document.write('<PARAM NAME="ConnectPassword" VALUE="001276">');
document.write('</object>');
}


