// birthday v.3.0ifree softj // Last Modified:2001/10/10 // Copyright (C) 2001 suepon , All rights reserved. // http://CGIScriptMarket.com/ bmimg1 = new Image(); bmimg1.src = "./birthday/mail_off.gif"; bmimg2 = new Image(); bmimg2.src = "./birthday/mail.gif"; bhimg1 = new Image(); bhimg1.src = "./birthday/home_off.gif"; bhimg2 = new Image(); bhimg2.src = "./birthday/home.gif"; msimg1 = new Image(); msimg1.src = "./birthday/msg_off.gif"; msimg2 = new Image(); msimg2.src = "./birthday/msg.gif"; b_mail = ""; b_home = ""; val = ""; var msgwin; function touroku() { window.open("http://www.bar-web.net/BAR/birthday/birthday.cgi?mode=input","touroku","width=400,height=250,scrollbars"); } function view() { window.open("http://www.bar-web.net/BAR/birthday/birthday.cgi?mode=view","view","width=400,height=250,scrollbars"); } function data(parts) { val = parts.options[parts.selectedIndex].value; a = val.split(","); b_mail = a[0]; b_home = a[1]; b_msg = a[2]; if(b_mail == "") document.bm_img.src=bmimg1.src; else document.bm_img.src=bmimg2.src; if(b_home == "") document.bh_img.src=bhimg1.src; else document.bh_img.src=bhimg2.src; if(b_msg == "") document.ms_img.src=msimg1.src; else document.ms_img.src=msimg2.src; } function bm_loc() { if(val == "") alert("’N‚à‘I‘ð‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB"); else if(b_mail == "") alert("ƒ[ƒ‹ƒAƒhƒŒƒX‚Ì“o˜^‚Í‚ ‚è‚Ü‚¹‚ñ"); else document.location = "mailto:"+b_mail; } function bh_loc() { if(val == "") alert("’N‚à‘I‘ð‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB"); else if(b_home == "") alert("ƒz[ƒ€ƒy[ƒW‚Ì“o˜^‚Í‚ ‚è‚Ü‚¹‚ñ"); else if(navigator.appName.charAt(0) == "M" && navigator.appVersion.indexOf("Mac") > 0) document.location = b_home; else window.open(b_home); } function msg_al() { if(val == "") alert("’N‚à‘I‘ð‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB"); else if(b_msg == "") alert("ƒƒbƒZ[ƒW‚Ì“o˜^‚Í‚ ‚è‚Ü‚¹‚ñ"); else alert(b_msg); } BUF = ''; BUF += '
'; BUF += '¡ŒŽ‚Ì‚¨’a¶“ú'; BUF += '‚¨’a¶“ú‚Ì“o˜^'; BUF += '“o˜^ŽÒˆê——'; BUF += 'ŠÇ—ŽÒƒ‚[ƒh'; BUF += '
'; BUF += '
'; BUF += ''; BUF += ''; BUF += ''; BUF += ' ¡ŒŽ‚Í12l‚Å‚·ô'; BUF += '
'; document.write(BUF);