


function first_page() {

browser = (navigator.appName == "Netscape");
browser4 =(navigator.appName == "Microsoft Internet Explorer");
if (browser4){
document.write('<form name="#" action="">');
document.write('<font size="2" color="#0066CC">');
document.write('•');
document.write('<a style="text-decoration:none;color:#0066CC" href="#" onClick="this.style.behavior=\'url(#default#homepage)\',this.setHomepage(\'http://www.shesay.com/\');">設為首頁');
document.write('</a></font><br>');
document.write('<font size="2" color="#0066CC">');
document.write('•');
document.write('<a style="text-decoration:none;color:#0066CC" href="http://www.shesay.com/agreement.html">加入會員');
document.write('</a></font><br>');
document.write('<font size="2" color="#0066CC">');
document.write('•');
document.write('<a style="text-decoration:none;color:#0066CC" href="http://www.shesay.com/help/help.html">服務中心');
document.write('</a></font><br>');
document.write('<select name="#" size="1" onChange=\"location.href=this.options[selectedIndex].value\">');
document.write(' <option value="#">快速連結</option>');
document.write('<option value="http://www.shesay.com">回首頁</option>');
document.write('<option value="http://www.shesay.com/zone/z1.php3">主題館</option>');
document.write(' <option value="http://www.shesay.com/dcs/index.html">討論區</option>');
document.write(' <option value="http://chatroom.shesay.com/">聊天室</option>');
document.write('<option value="http://www.shesay.com/newcard/star.php3">電子賀卡</option>');
document.write('<option value="http://man.shesay.com/">養男人</option>');
document.write('<option value="http://www.shesay.com/mydesk/mydesk.php3">個人化桌面</option>');
document.write('<option value="http://www.shesay.com/mail/login_post.php3">個人信箱</option>');
document.write('</select>');
document.write('</form>');
}  
if (browser){
document.write('<form name="#" action="">');
document.write('<table border="0"><tr><td class="font">');
document.write('•<a href="#" onClick="this.style.behavior=\'url(\#default\#homepage)\',this.setHomepage(\'http://www.shesay.com/\');"><font size="2" color="#0066CC">設為首頁</font></a><br>');
document.write('•<a href="http://www.shesay.com/agreement.html"><font size="2" color="#0066CC">加入會員</font></a><br>');
document.write('•<a href="http://www.shesay.com/help/help.html"><font size="2" color="#0066CC">服務中心</font></a><br>');
document.write('</td></tr><tr><td>');
document.write('<select name="#" size="1" onChange="location.href=this.options[selectedIndex].value">');
document.write(' <option value="#">快速連結</option>');
document.write('<option value="http://www.shesay.com">回首頁</option>');
document.write('<option value="http://www.shesay.com/zone/z1.php3">主題館</option>');
document.write(' <option value="http://www.shesay.com/dcs/index.html">討論區</option>');
document.write(' <option value="http://chatroom.shesay.com/">聊天室</option>');
document.write('<option value="http://www.shesay.com/newcard/star.php3">電子賀卡</option>');
document.write('<option value="http://man.shesay.com/">養男人</option>');
document.write('<option value="http://www.shesay.com/mydesk/mydesk.php3">個人化桌面</option>');
document.write('<option value="http://www.shesay.com/mail/login_post.php3">個人信箱</option>');
document.write('</select>');
document.write('</td></tr></table>');
document.write('</form>');
}                                
}                     



                   