<!--//
//Powered by Hanren
//http://www.hanren.com
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//¶¯Ì¬²ã
var activeLayer="";
function css(cssId){
	if (activeLayer!="")
		activeLayer.style.display=="none";	
	cssId.style.display='';	
	activeLayer=cssId;
}
//end
function ShowTxt(LayId){
	LayShow.style.display='';
	LayerTxt.innerHTML=LayId.innerHTML
	}
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",40)
}

function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}
/*
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=40
}
*/
//new
function low(which2){
theobject=which2
lowlighting=setInterval("lowlightit(theobject)",40)
}

function lowlightit(cur2){
if (cur2.filters.alpha.opacity>40)
cur2.filters.alpha.opacity-=5
else if (window.lowlighting)
clearInterval(lowlighting)
}
//new end

//works show Powered by Hanren
function fiximgwin(url){ 
var LeftW,HeightT
LeftW = screen.availWidth/2-25
HeightT = screen.availHeight/2-25 
var imgwin=window.open('','img','width=50,height=50,left='+LeftW+',top='+HeightT+'') 
imgwin.focus();
var HTML="<html>\r\n<head>\r\n<title>Í¼Æ¬ä¯ÀÀ Powered by Hanren Design</title>\r\n<meta http-equiv=imagetoolbar content=no>\r\n</head>\r\n<body leftmargin=\"0\" topmargin=\"0\" onClick=\"self.close()\" ondragstart=\"return false\" onselectstart=\"return false\" oncontextmenu=\"self.close()\" style=\"cursor:hand;\" onload=\"self.focus();\">\r\n<img src=\""+url+"\" onload=\"window.moveTo((screen.availWidth-this.width)/2,(screen.availHeight-this.height)/2);window.resizeTo(this.width+10,this.height+20);\" alt=\"µã»÷¹Ø±Õ´°¿Ú\">\r\n</body>\r\n</html>" 
var doc=imgwin.document 
 doc.write(HTML)
 doc.close()
 } 

//-->
