﻿document.write("<div style='FILTER:alpha(opacity=97);display:none;font-size:12px;position:absolute;padding:5;z-index:100000;' id='_altlayer'></div>")
function testgogo(){
x=document.getElementsByTagName('body')[0];
if(x!=null){
gogo();
}else{
setTimeout("testgogo()",1000) ;
}
}
setTimeout("testgogo()",000) ;
function gogo(){
document.body.onmousemove=quickalt;
document.body.onmouseover=getalt;
document.body.onmouseout=restorealt;
var tempalt='';
var UA=navigator.userAgent.toLowerCase();
var ISIE=(UA.indexOf("msie") > 0);
function $(hw_){return document.getElementById(hw_);}

function _Move(evn,o){
    _bW=document.body.clientWidth;
    _left1=document.body.scrollLeft+evn.clientX+10;
    _oW=o.offsetWidth;
    _left=((evn.clientX+_oW)>_bW)?(_left1-_oW-10):_left1;
    if((evn.clientX+_oW)>_bW){_left=(_oW<evn.clientX)?(_left1-_oW-10):_left1;}

    _bH=document.body.clientHeight;
    _top1=document.body.scrollTop+evn.clientY+6;
    _oH=o.offsetHeight;
    _top=((evn.clientY+_oH)>_bH)?(_top1-_oH-6):_top1;
    if((evn.clientY+_oH)>_bH){_top1=(_oH<evn.clientY)?(_top1-_oH-6):_top1;}
    o.style.left=_left;
    o.style.top=_top;
}

function getalt(hw_){

    if(ISIE==true){//是否為IE
     if(event.srcElement!=null){//不等於空在執行
       if(ISIE){evn=event}else{evn=hw_}
       var eo = evn.srcElement?evn.srcElement:evn.target;
       if(eo.title && (eo.title!=""|| (eo.title=="" && tempalt!=""))){
        o = $("_altlayer");
        _Move(evn,o);
        o.style.display='';
        tempalt=eo.title;
        //§i-O§O3]cw<a href="#" title="Title¯SRA" altbg="#FFFFFF" altcolor="#CCCCCC" altborder="#CCCCCC">
        //tempbg=eo.getAttribute("altbg");
        //tempcolor=eo.getAttribute("altcolor");
        //tempborder=eo.getAttribute("altborder");
        
        tempbg='#ffffe1';
        tempcolor='#000000';
        tempborder='#666666';
        
        eo.title='';
        o.innerHTML=tempalt;
        if (tempbg!=null){o.style.background=tempbg}else{o.style.background="/infobackground"}
        if (tempcolor!=null){o.style.color=tempcolor}else{o.style.color=tempcolor="infotext"}
        if (tempborder!=null){o.style.border="1px solid "+tempborder;}else{o.style.border="1px solid #000000";}
        setTimeout("_altlayer.style.display='none'",10000) ;
       }    
     }//不等於空在執行    
    }else{//是否為IE

       if(ISIE){evn=event}else{evn=hw_}
       var eo = evn.srcElement?evn.srcElement:evn.target;
       if(eo.title && (eo.title!=""|| (eo.title=="" && tempalt!=""))){
        o = $("_altlayer");
        _Move(evn,o);
        o.style.display='';
        tempalt=eo.title;
        //§i-O§O3]cw<a href="#" title="Title¯SRA" altbg="#FFFFFF" altcolor="#CCCCCC" altborder="#CCCCCC">
        //tempbg=eo.getAttribute("altbg");
        //tempcolor=eo.getAttribute("altcolor");
        //tempborder=eo.getAttribute("altborder");
        
        tempbg='#ffffe1';
        tempcolor='#000000';
        tempborder='#666666';
        
        eo.title='';
        o.innerHTML=tempalt;
        if (tempbg!=null){o.style.background=tempbg}else{o.style.background="/infobackground"}
        if (tempcolor!=null){o.style.color=tempcolor}else{o.style.color=tempcolor="infotext"}
        if (tempborder!=null){o.style.border="1px solid "+tempborder;}else{o.style.border="1px solid #000000";}
        setTimeout("_altlayer.style.display='none'",10000) ;
       }    

    }//是否為IE
}
function quickalt(hw_){
    if(ISIE==true){//是否為IE
     if(event.srcElement!=null){//不等於空在執行

       if(ISIE){evn=event}else{evn=hw_}
       o = $("_altlayer");
       if(o.style.display==""){
       _Move(evn,o);
       }
    
     }//不等於空在執行    
    }else{//是否為IE
    
          if(ISIE){evn=event}else{evn=hw_}
          o = $("_altlayer");
          if(o.style.display==""){
       _Move(evn,o);
         }

    }//是否為IE
}
function restorealt(hw_){
   if(ISIE==true){//是否為IE
     if(event.srcElement!=null){//不等於空在執行

           if(ISIE){evn=event}else{evn=hw_}
           var eo = evn.srcElement?evn.srcElement:evn.target;
          eo.title=tempalt;
          tempalt="";
          $("_altlayer").style.display="none";

     }//不等於空在執行    
    }else{//是否為IE
    
       if(ISIE){evn=event}else{evn=hw_}
       var eo = evn.srcElement?evn.srcElement:evn.target;
       eo.title=tempalt;
       tempalt="";
       $("_altlayer").style.display="none";

    }//是否為IE
}

}


//隱藏頁面中下拉式選單
function showgo(a){ 
if(navigator.appVersion.indexOf("MSIE 7")==-1 && navigator.appVersion.indexOf("MSIE 8")==-1){
var arurl=document.body.getElementsByTagName("select");
 if (arurl.length>0){
  for (var is=0;is<arurl.length;is++){
   arurl[is].style.display=a;
  }
 }
}
}

//加到我的最愛
function addBookmark(title, url){ 
if(navigator.appName.indexOf("Internet Explorer")!=-1){
window.external.AddFavorite(url, title); 
}else{
window.sidebar.addPanel(title, url, "") ;
}
}
//設為首頁
    function setHomepage(u) {
      if (window.ActiveXObject) {
        document.body.style.behavior = 'url(#default#homepage)';
        document.body.setHomePage(u)
        alert("設定完成！")
      } else if (window.sidebar) {
        if (window.netscape) {
          try {
            netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect")
          } catch (e) {
            alert("此操作被瀏覽器拒絕！\n請在瀏覽器地址欄輸入「about:config」並回車\n然後將[signed.applets.codebase_principal_support]設置為'true'")
          }
        }
        var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
        prefs.setCharPref('browser.startup.homepage', u)
        alert("設定完成！")
      }
    };

//讀取COOKIE
function getCookie(cookieName) { 
	var allcookies = document.cookie; 
	cookieName += "="; 
	var pos = allcookies.indexOf(cookieName); 
	if( pos != -1) { 
		var start = pos + cookieName.length; 
		var end = allcookies.indexOf(";",start); 
		if(end == -1) end = allcookies.length; 
		return unescape(allcookies.substring(start,end));  
	} 
} 

//賦予ID在清單連結
function myadmin_id_url(a){
     //alert(getCookie(cookienum+'estore%5Fmyidurl1'));

var arurl=document.getElementById(a).getElementsByTagName("a");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
  if (arurl[is].href.indexOf(siteurl)!=-1 || arurl[is].href.indexOf(websiteurl)!=-1){
   if (arurl[is].href.indexOf("q=")==-1 && arurl[is].href.indexOf("c=")==-1 && arurl[is].href.indexOf("g=")==-1){
     if (arurl[is].href.indexOf("?")!=-1){
     if (getCookie(cookienum+'estore%5Fmyidurl2')!=undefined)arurl[is].href=arurl[is].href+getCookie(cookienum+'estore%5Fmyidurl2');
     }else{
     if (getCookie(cookienum+'estore%5Fmyidurl1')!=undefined)arurl[is].href=arurl[is].href+getCookie(cookienum+'estore%5Fmyidurl1');
     }
   }    
  }
 }
}
var arurl=document.getElementById(a).getElementsByTagName("area");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
  if (arurl[is].href.indexOf(siteurl)!=-1 || arurl[is].href.indexOf(websiteurl)!=-1){
   if (arurl[is].href.indexOf("q=")==-1 && arurl[is].href.indexOf("c=")==-1 && arurl[is].href.indexOf("g=")==-1){
     if (arurl[is].href.indexOf("?")!=-1){
     if (getCookie(cookienum+'estore%5Fmyidurl2')!=undefined)arurl[is].href=arurl[is].href+getCookie(cookienum+'estore%5Fmyidurl2');
     }else{
     if (getCookie(cookienum+'estore%5Fmyidurl1')!=undefined)arurl[is].href=arurl[is].href+getCookie(cookienum+'estore%5Fmyidurl1');
     }
   }    
  }
 }
}
var arurl=document.getElementById(a).getElementsByTagName("form");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
  if (arurl[is].action.indexOf(siteurl)!=-1 || arurl[is].action.indexOf(websiteurl)!=-1){
   if (arurl[is].action.indexOf("q=")==-1 && arurl[is].action.indexOf("c=")==-1 && arurl[is].action.indexOf("g=")==-1){
     if (arurl[is].action.indexOf("?")!=-1){
     if (getCookie(cookienum+'estore%5Fmyidurl2')!=undefined)arurl[is].action=arurl[is].action+getCookie(cookienum+'estore%5Fmyidurl2');
     }else{
     if (getCookie(cookienum+'estore%5Fmyidurl1')!=undefined)arurl[is].action=arurl[is].action+getCookie(cookienum+'estore%5Fmyidurl1');
     }
   }
  }
 }
}
}




//刷新網頁
function go_reload(){ 
setTimeout('window.location.reload();',10);
}

//縮圖
function bbody(a,b){
if (b=='leftimg') var mmax="188"; //左自訂加框
if (b=='leftimga') var mmax="200"; //左自訂不加框
if (b=='rightimg') var mmax="751"; //右自訂加框
if (b=='rightimga') var mmax="763"; //右自訂不加框
if (b=='listimg') var mmax="740"; //商品詳細頁面
if (b=='newsimg') var mmax="740"; //新聞中心頁面
if (b=='pageimg') var mmax="763"; //客服中心與購物指南頁面
if (b=='maximg') var mmax="987"; //自訂加框
if (b=='maximga') var mmax="1003"; //自訂不加框

var arurl=document.getElementById(a).getElementsByTagName("img");
 if (arurl.length>0){
  for (var is=0;is<arurl.length;is++){
   if(arurl[is].width>50){
   if(arurl[is].width>mmax){
    heightok=((arurl[is].height * mmax) / arurl[is].width).toString();
    arurl[is].width=mmax; 
    arurl[is].height=heightok;
    arurl[is].style.width=mmax;
    arurl[is].style.height=heightok;
    //}else{
    //arurl[is].width=arurl[is].width; 
    //arurl[is].height=arurl[is].height; 
   }
   }
  }
 }
var arurl=document.getElementById(a).getElementsByTagName("embed");
 if (arurl.length>0){
  for (var is=0;is<arurl.length;is++){
   if(arurl[is].width>50){
   if(arurl[is].width>mmax){
    heightok=((arurl[is].height * mmax) / arurl[is].width).toString();
    arurl[is].width=mmax; 
    arurl[is].height=heightok;
    arurl[is].style.width=mmax;
    arurl[is].style.height=heightok;
    //}else{
    //arurl[is].width=arurl[is].width; 
    //arurl[is].height=arurl[is].height; 
   }
   }
  }
 }
 
}
//驗證
function yzmgo(size,map,g){
//瀏覽器 Firefox, Opera 8.0+, Safari, Internet Explorer 
var xmlhttp;
try { xmlhttp=new XMLHttpRequest(); }catch (e) {  try {xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}catch (e) {try {xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}catch (e) { alert("Your browser does not support AJAX!"); return false;}}}
var strURL=map+'PIC/deljpg/deljpg.asp?size='+size+'&g='+g;
xmlhttp.open('GET',strURL,true);
xmlhttp.send(null);  
xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){
if(xmlhttp.status==200){
document.getElementById(g).innerHTML="<img border='0' height='"+size+"' title='不區分大小寫' src='"+map+"PIC/deljpg/"+xmlhttp.responseText.split('|||')[1]+"'>";
//alert(xmlhttp.responseText);
}
}}
}

function CheckAll(form){
for (var i=0;i<form.elements.length;i++){
var e = form.elements[i];
if (e.name != 'chkall') e.checked = form.chkall.checked; 
}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//寫入COOKIES
function saveCookie(a,b) { 
//alert(a+"="+b);
document.cookie=a+"="+b
}

//紀錄頁面名稱
function r_center_menu(a){
var arurl=document.getElementById(a).getElementsByTagName("a");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
  if (arurl[is].href.indexOf(siteurl)!=-1){
     if (arurl[is].href.indexOf("?")!=-1){
     arurl[is].href=arurl[is].href+"&tx="+escape(arurl[is].innerText);
     }else{
     arurl[is].href=arurl[is].href+"?tx="+escape(arurl[is].innerText);
     }
  }
 }
}
}

//隱藏/顯示資料
function mu(meval){
  var left_n=eval(meval);
  if (left_n.style.display=="none")
  { eval(meval+".style.display='';"); }
  else
  { eval(meval+".style.display='none';"); }
}

//區塊背景顏色變化
//backgroundA(區塊ID,顏色1,顏色2,1=顏色1 2=顏色2 開始,速度毫秒)
function backgroundA(a,b,c,d,e){ 
  if (d==1){
     document.getElementById(a).style.background=b;
     setTimeout("backgroundA('"+a+"','"+b+"','"+c+"','2',"+e+");",e);
  }
  if (d==2){
     document.getElementById(a).style.background=c;
     setTimeout("backgroundA('"+a+"','"+b+"','"+c+"','1',"+e+");",e);
  }
}
//區塊內文字顏色變化
//backgroundA(區塊ID,顏色1,顏色2,1=顏色1 2=顏色2 開始,速度毫秒)
function backgroundB(a,b,c,d,e){ 
  if (d==1){
     document.getElementById(a).style.color=b;
     setTimeout("backgroundB('"+a+"','"+b+"','"+c+"','2',"+e+");",e);
  }
  if (d==2){
     document.getElementById(a).style.color=c;
     setTimeout("backgroundB('"+a+"','"+b+"','"+c+"','1',"+e+");",e);
  }
}

function g_print_l(){ 
   if (getCookie('gprint') != undefined){
   document.getElementById("golife_groupall").innerHTML = "群組列印 ("+parseInt(getCookie('gprint').split(',').length-1)+")"; 
   }else{
   document.getElementById("golife_groupall").innerHTML = "群組列印"; 
   }
}


function g_print(a){ 
   if (getCookie('gprint') != undefined){
    if (getCookie('gprint').indexOf("'"+a+"',")==-1)document.cookie = "gprint='"+a+"',"+getCookie('gprint'); 
   }else{
    document.cookie = "gprint='"+a+"',"; 
   }
   document.getElementById("gd"+a).style.display='';
   document.getElementById("g"+a).style.display='none';
   g_print_l(); //計算數量
}

function gd_printdel(a){ 
   if (getCookie('gprint') != undefined){
    document.cookie = "gprint="+getCookie('gprint').replace("'"+a+"',",""); 
    document.getElementById("g"+a).style.display='';
    document.getElementById("gd"+a).style.display='none';
    g_print_l(); //計算數量
   } 
}


function g_printdel(a){ 
   if (getCookie('gprint') != undefined){
    document.cookie = "gprint="+getCookie('gprint').replace(a,''); 
    g_print_l(); //計算數量
    group_print(); //重新顯示
   } 
}


//移除清單連結
function del_id_url(a){
     //alert(getCookie(cookienum+'estore%5Fmyidurl1'));
var arurl=document.getElementById(a).getElementsByTagName("a");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
     arurl[is].href="JavaScript:";
 }
}
var arurl=document.getElementById(a).getElementsByTagName("area");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
     arurl[is].href="JavaScript:";
 }
}
var arurl=document.getElementById(a).getElementsByTagName("form");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
     arurl[is].action="JavaScript:";
 }
}
}

//特賣
function special_tcheck(a,b) {
var xmlhttp;
try { xmlhttp=new XMLHttpRequest(); }catch (e) {  try {xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}catch (e) {try {xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}catch (e) { alert("Your browser does not support AJAX!"); return false;}}}
var strURL='special_time.asp?w=ok&id='+a ;
xmlhttp.open('GET',strURL,true);
xmlhttp.send(null);  
xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4){
   if(xmlhttp.status==200){
      var str = xmlhttp.responseText.split('|||')[1];
      //alert(str);
         if (str=="error"){
             document.getElementById(b).innerHTML = '結束';
             go_reload();
            }else{
             document.getElementById(b).innerHTML = str;
             setTimeout("special_tcheck('"+a+"','"+b+"')",1000)
            }
   }
}}
}
