
/* http://image.360quan.cn/js/album/initonload.js */
window.onload=function(){initMouseEvent();initSetOptBtnPanelWidth()};function getPos(d){var c=d.offsetTop;var b=d.offsetLeft;var a=d.offsetHeight;while(d=d.offsetParent){c+=d.offsetTop;b+=d.offsetLeft}return{left:b,top:c}}function initMouseEvent(){var b=document.getElementById("imgList");if(b==null){return false}b=b.getElementsByTagName("td");if(b==null){return false}for(var a=0;a<b.length;a++){b[a].onmouseover=function(c){modifyLayerBgColor("over",this)};b[a].onmouseout=function(){modifyLayerBgColor("out",this)}}}function modifyLayerBgColor(a,b){if(typeof(b)!="object"){b=document.getElementById(b)}if(a=="over"){b.className="li2"}else{if(a=="out"){b.className="li1"}}}function sohFloatBtnPanel(a,b){if(!b.getElementsByTagName("div")[2]){return}if(a=="show"){b.getElementsByTagName("div")[2].style.display=""}else{if(a=="hide"){b.getElementsByTagName("div")[2].style.display="none"}}}function initSetOptBtnPanelWidth(){var c=document.getElementById("imgList");if(c==null){return null}var b;c=c.getElementsByTagName("td");for(var a=0;a<c.length;a++){b=c[a].getElementsByTagName("img");if(b.length>1){c[a].getElementsByTagName("div")[0].style.width=b[b.length-1].offsetWidth+"px"}}};

/* 0.002 */
/* YCS $Rev: 5588 $ */