﻿function GuElementGet(GuElementA) {
if (document.getElementById) {
return document.getElementById(GuElementA);
}
else {
if (document.all) {
return document.all[GuElementA];
}
else {
if (document.layers) {
return document.layers[GuElementA];
}
else {
return (GuElementA);
}
}
}
}
document.write("<div id='GuAltTitleLayer' style='FILTER:alpha(opacity=97);width:auto;height:auto;border:1px #525252 solid;background:#ffffe1;padding:2px 4px 2px 4px;font-size:12px;color:#000000;text-align:left;position:absolute;z-index:600;display:none;'></div>");

function GuAltTitleShow(event) {
event=event||window.event;
var GuTarget=event.srcElement?event.srcElement:event.target;

if ((GuTarget.alt!="")&&(GuTarget.alt!=null)) {
GuTarget.AltTitleNote=GuTarget.alt;
GuTarget.alt="";
}
if ((GuTarget.title!="")&&(GuTarget.title!=null)) {
GuTarget.AltTitleNote=GuTarget.title;
GuTarget.title="";
}
if ((GuTarget.AltTitleNote!="")&&(GuTarget.AltTitleNote!=null)) {
GuElementGet("GuAltTitleLayer").style.display="";
GuElementGet("GuAltTitleLayer").innerHTML=GuTarget.AltTitleNote;
GuAltTitleWidth=GuElementGet("GuAltTitleLayer").clientWidth;
GuAltTitleHeight=GuElementGet("GuAltTitleLayer").clientHeight;

if (GuAltTitleWidth>=600) {
GuAltTitleWidth=600;
}

if ((event.clientY+20+GuAltTitleHeight)>(document.body.clientHeight)) {
GuAltTitleTop=-GuAltTitleHeight-40;
}
else {
GuAltTitleTop=0;
}

if ((event.clientX+10+GuAltTitleWidth)>(document.body.clientWidth)) {
GuAltTitleLeft=-GuAltTitleWidth-20;
}
else {
GuAltTitleLeft=0;
}

if ((event.clientX)||(event.clientY)) {
if ((document.body.scrollTop)||(document.body.scrollLeft)) {
GuAltTitleTop=(event.clientY)+20+(document.body.scrollTop)+GuAltTitleTop;
GuAltTitleLeft=(event.clientX)+10+(document.body.scrollLeft)+GuAltTitleLeft;
}
else {
GuAltTitleTop=(event.clientY)+20+(document.documentElement.scrollTop)+GuAltTitleTop;
GuAltTitleLeft=(event.clientX)+10+(document.documentElement.scrollLeft)+GuAltTitleLeft;
}
}
else {
GuAltTitleTop=(event.pageY)+20+GuAltTitleTop;
GuAltTitleLeft=(event.pageX)+10+GuAltTitleLeft;
}

if (GuAltTitleTop<=0) {
GuAltTitleTop=0;
}

if (GuAltTitleLeft<=0) {
GuAltTitleLeft=0;
}

GuElementGet("GuAltTitleLayer").style.top=GuAltTitleTop+"px";
GuElementGet("GuAltTitleLayer").style.left=GuAltTitleLeft+"px";
}
else {
GuElementGet("GuAltTitleLayer").style.display="none";
GuElementGet("GuAltTitleLayer").innerHTML="";
}
}
document.onmousemove=GuAltTitleShow; //跟隨滑鼠移動
//document.onmouseover=GuAltTitleShow; //不跟隨滑鼠移動



//加到我的最愛
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));  
	} 
} 
//寫入COOKIES
function saveCookie(a,b) { 
//alert(a+"="+b);
document.cookie=a+"="+b
}

//驗證
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+'include/deljpg/deljpg.asp?size='+size+'&g='+g;
xmlhttp.open('GET',strURL+'&err999='+escape(new Date()),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+"include/deljpg/"+xmlhttp.responseText.split('|||')[1]+"'>";
//alert(xmlhttp.responseText);
}
}}
}
//刷新網頁
function go_reload(){ 
setTimeout('window.location.reload();',10);
}
//隱藏/顯示資料
function mu(meval){
  var left_n=eval(meval);
  if (left_n.style.display=="none")
  { eval(meval+".style.display='';"); }
  else
  { eval(meval+".style.display='none';"); }
}
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;
}

//子視窗
function childwindow(a,b,c){
if (a.indexOf("?")!=-1){
a=a+'&err999='+escape(new Date())
}else{
a=a+'?err999='+escape(new Date())
}
window.showModalDialog(a,window,'border:thin;help:0;maximize:0;minimize:0;status:0;resizeable:1;scroll:yes;center:yes;dialogWidth:'+b+'px;dialogHeight:'+c+'px;')
}
//子視窗檢查
function checkwindow(){
  if (window.dialogArguments==null || window.dialogArguments=="undefined"){
     alert("此頁面不可以直接開啟，請由正常管道使用。");
     window.open('','_parent','');window.opener=null;window.close();
  }
}


//賦予ID在清單連結
function body_id_url(){
var rNo = Math.floor(Math.random()*8999+1000);
or1="?or="+rNo
or2="&or="+rNo
     //alert(getCookie(cookienum+'estore%5Fmyidurl1'));
var arurl=document.body.getElementsByTagName("a");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
  if (arurl[is].href.indexOf(location.host)!=-1){
   //===============100808=================
   if (arurl[is].href.indexOf("or=")==-1){
     if (arurl[is].href.indexOf("?")!=-1){
     arurl[is].href=arurl[is].href+or2;
     }else{
     arurl[is].href=arurl[is].href+or1;
     }
   }
   //===============100808=================
  }
 }
}
var arurl=document.body.getElementsByTagName("area");
if (arurl.length>0){
 for (var is=0;is<arurl.length;is++){
  if (arurl[is].href.indexOf(location.host)!=-1){
   //===============100808=================
   if (arurl[is].href.indexOf("or=")==-1){
     if (arurl[is].href.indexOf("?")!=-1){
     arurl[is].href=arurl[is].href+or2;
     }else{
     arurl[is].href=arurl[is].href+or1;
     }
   }
   //===============100808=================
  }
 }
}
}


