

//-------------------------------------------------------------

function picLocation(){
 var pic_Location=window.document.getElementById("pic_Location");
 pic_Location.innerHTML="" //picImg;
}

function d_picShow(){
 var imgStyle="<img id='d_P_S'><br>";
 window.pic_Location.innerHTML=imgStyle;
 document.images.d_P_S.src=site_path+imgPath;
}


function small_over(s_p,p_s,mTxt){
 s_p.className='small_over';
 s_p.title="Click zoom in - Leage.cn";
 window.mT.innerHTML=mTxt;
 document.images.picShow.src=site_path+pic_src+p_s;
}

function small_out(s_p){
 s_p.className='small_out';
}

function _imgopen(img){
//img=img.replace(site_path,''); 
var win_H = 675; //screen.height/2;
var win_W = 850; //screen.width/2;     
var win_Hm= (screen.height-win_H)/2;
var win_Wm= (screen.width-win_W)/2; 
var winOpen = window.open (site_path+'leage-showimg.html?img='+img+'&fr='+document.URL+'?check='+YZ_L,'_blank','scrollbars=yes,width='+win_W+',height='+win_H+',top='+win_Hm+',left='+win_Wm+',menubar=no,toolbar=no,resizable=no,location=no, status=yes');
winOpen.focus();
//s_layer("divWaiting","screenlayer","floatR");
//_imgopen_layer('"+document.URL+"', 'insertObj',img)

}

//-------------------------------------------------------------

