購物車
 0 件商品
  商品查詢
  留言板
  聯絡我們
  會員申請
  會員登入
 



 



 



 



 



 



 

  
Advanced Search
Welcome, Please Sign In
I am a new customer.

By creating an account at you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.</td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td align="right"><a href="http://www.alicestar.com/shop/create_account.php"><img src="includes/languages/english/images/buttons/button_continue.gif" border="0" alt="Continue" title=" Continue " width="100" height="22"></a></td> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <td width="50%" height="100%" valign="top"><table border="0" width="100%" height="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" height="100%" cellspacing="0" cellpadding="2"> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main" colspan="2">I am a returning customer.</td> </tr> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main"><b>E-Mail Address:</b></td> <td class="main"><input type="text" name="email_address" class=go size=28></td> </tr> <tr> <td class="main"><b>Password:</b></td> <td class="main"><input type="password" name="password" class=go size=28></td> </tr> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="smallText" colspan="2"><a href="http://www.alicestar.com/shop/password_forgotten.php">Password forgotten? Click here.</a></td> </tr> <tr> <td colspan="2"><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td align="right"><input type="image" src="includes/languages/english/images/buttons/button_login.gif" border="0" alt="Sign In" title=" Sign In "></td> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table></form></td> <!-- body_text_eof //--> </tr> </table> <!-- body_eof //--> <!-- footer //--> </td></tr> </table> <table cellspacing=0 cellpadding=0 border=0> <tr><td height=5 colspan=4></td></tr> <tr><td width=736 height=6 bgcolor=#d9d9d9 colspan=4></td></tr> <tr><td height=24 colspan=4></td></tr> <tr><td width=207 valign=top> <table cellspacing=0 cellpadding=2 border=0> <tr><td><b>©</b>  Copyright 2007 AliceStar.com</td></tr> <tr><td><img src=images/home.gif>  高雄市鼓山區富農路 110 號 13 樓<br></td></tr> <tr><td><img src=images/tel.gif>  (07)550-5185  <img src=images/tel1.gif>  0921257246</td></tr> </table> </td> <td><img src=images/m31.gif width=1 height=63></td> <td width=21></td> <td width=506 align=right valign=top> <table cellspacing=0 cellpadding=0 border=0> <tr><td><a href=http://www.alicestar.com/shop/index.php class=ml>首頁</a>  <img src=images/m32.gif width=1 height=11 align=absmiddle>  <a href=http://www.alicestar.com/shop/account.php class=ml>我的帳號</a>  <img src=images/m32.gif width=1 height=11 align=absmiddle>  <a href=http://www.alicestar.com/shop/products_new.php class=ml>新進商品</a>  <img src=images/m32.gif width=1 height=11 align=absmiddle>  <a href=http://www.alicestar.com/shop/shopping_cart.php class=ml>購物車內容</a>  <img src=images/m32.gif width=1 height=11 align=absmiddle>  <a href=http://www.alicestar.com/shop/checkout_shipping.php class=ml>結帳 </a>  <img src=images/m32.gif width=1 height=11 align=absmiddle>  <a href=http://www.alicestar.com/shop/privacy.php class=ml>隱私權保護聲明</a></td></tr> </table> </td></tr> <tr><td height=30 colspan=4></td></tr> </table> </td></tr> </table> <SCRIPT language="JavaScript1.2"> var no = 8; // snow number var speed = 18; // smaller number moves the snow faster balloon = new Array(); balloon[0] = "/shop/images/icon_1.gif"; balloon[1] = "/shop/images/icon_2.gif"; balloon[2] = "/shop/images/icon_3.gif"; var maxballoon = 2; // ??-1 var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 500, doc_height = 600; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight - 50; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight -50; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); j = maxballoon; for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"500\" visibility=\"show\"><img src=\"" + balloon[j] + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"500\" visibility=\"show\"><img src=\"" + balloon[j] + "\" border=\"0\"></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 500px; LEFT: 15px;\"><img src=\"" + balloon[j] + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 500px; LEFT: 15px;\"><img src=\"" + balloon[j] + "\" border=\"0\"></div>"); } } if (j == 0) { j = maxballoon; } else { j -= 1; } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] -= sty[i]; if (yp[i] < 0) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = doc_height; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight -50; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", speed); } function snowIE() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] -= sty[i]; if (yp[i] < 0) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = doc_height; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight -50; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowIE()", speed); } if (ns4up) { snowNS(); } else if (ie4up) { snowIE(); } // End --> </SCRIPT> <!-- footer_eof //--> </body> </html>