function TripodShowPopup() { // open the popup window var popupURL = "0.htm"; var popup = window.open(popupURL,"TripodPopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=485,height=115'); // set the opener if it's not already set. it's set automatically // in netscape 3.0+ and ie 3.0+. if( navigator.appName.substring(0,8) == "Netscape" ) { popup.location = popupURL; } } TripodShowPopup(); //close popup end //end-->

| 自己紹介 | ミスチル | |
| 日記 | 掲示板 | |
| リンク | メール | |