function changeTextColor(me,showTyle,strTitle,nWidth)
{
	if(showTyle=="out")
	{
		//me.style.backgroundColor='#FFFFFF';
		//me.style.borderBottom="#FFFFFF 0px solid";
		document.all.myCompDiv.style.display="none";
	}
	if(showTyle=="over")
	{
		//me.style.backgroundColor='#f4f4f4';
		//me.style.borderBottom="#999999 1px solid";
		var fucengheight=me.offsetTop + document.body.scrollTop;
		var fucengwidth=me.clientX+me.offsetLeft;
		//var fucengheight=window.event.clientY + document.body.scrollTop;
		//var fucengwidth=window.event.clientX;


		//var fucengheight=me.offsetTop + me.offsetHeight;
		//var fucengwidth=me.offsetLeft + me.offsetWidth;
		//document.body.scrollTop-offsetTop(el)-el.offsetHeight

		//if (strTitle!="")
		if (nWidth==null)
		{
			document.all.myCompDiv.style.display="";
			document.all.myCompText.innerHTML=strTitle;
			document.all.myCompText.style.width=me.offsetWidth+1;
			document.all.myCompDiv.style.posLeft=offsetLeft(me)-1;//fucengwidth;
			document.all.myCompDiv.style.posTop=offsetTop(me);//fucengheight;
		}
		
		if (nWidth!=null)
		{
			document.all.myCompDiv.style.display="";
			document.all.myCompText.innerHTML=strTitle;
			document.all.myCompText.style.width=nWidth;
			document.all.myCompDiv.style.posLeft=offsetLeft(me)-(nWidth-me.offsetWidth)/2;//fucengwidth;
			document.all.myCompDiv.style.posTop=offsetTop(me) + me.offsetHeight + 1;//fucengheight;
		}
	}
}
function changeTextColor1(me,showTyle,strTitle,nWidth)
{
	if(showTyle=="out")
	{
		//me.style.backgroundColor='#FFFFFF';
		//me.style.borderBottom="#FFFFFF 0px solid";
		document.all.myCompDiv.style.display="none";
	}
	if(showTyle=="over")
	{
		//me.style.backgroundColor='#f4f4f4';
		//me.style.borderBottom="#999999 1px solid";
		var fucengheight=me.offsetTop + document.body.scrollTop;
		var fucengwidth=me.clientX+me.offsetLeft;
		//var fucengheight=window.event.clientY + document.body.scrollTop;
		//var fucengwidth=window.event.clientX;


		//var fucengheight=me.offsetTop + me.offsetHeight;
		//var fucengwidth=me.offsetLeft + me.offsetWidth;
		//document.body.scrollTop-offsetTop(el)-el.offsetHeight

		//if (strTitle!="")
		if (nWidth==null)
		{
			document.all.myCompDiv.style.display="";
			document.all.myCompText.innerHTML=strTitle;
			document.all.myCompText.style.width=me.offsetWidth+1;
			document.all.myCompDiv.style.posLeft=offsetLeft(me)-110;//fucengwidth;
			document.all.myCompDiv.style.posTop=offsetTop(me);//fucengheight;
		}
		
		if (nWidth!=null)
		{
			document.all.myCompDiv.style.display="";
			document.all.myCompText.innerHTML=strTitle;
			document.all.myCompText.style.width=nWidth;
			document.all.myCompDiv.style.posLeft=offsetLeft(me)-(nWidth-me.offsetWidth)/2;//fucengwidth;
			document.all.myCompDiv.style.posTop=offsetTop(me) + me.offsetHeight + 1;//fucengheight;
		}
	}
}
function changeTextColor2(me,showTyle,strTitle,nWidth)
{
	if(showTyle=="out")
	{
		//me.style.backgroundColor='#FFFFFF';
		//me.style.borderBottom="#FFFFFF 0px solid";
		document.all.myCompDiv.style.display="none";
	}
	if(showTyle=="over")
	{
		//me.style.backgroundColor='#f4f4f4';
		//me.style.borderBottom="#999999 1px solid";
		var fucengheight=me.offsetTop + document.body.scrollTop;
		var fucengwidth=me.clientX+me.offsetLeft;
		//var fucengheight=window.event.clientY + document.body.scrollTop;
		//var fucengwidth=window.event.clientX;


		//var fucengheight=me.offsetTop + me.offsetHeight;
		//var fucengwidth=me.offsetLeft + me.offsetWidth;
		//document.body.scrollTop-offsetTop(el)-el.offsetHeight

		//if (strTitle!="")
		if (nWidth==null)
		{
			document.all.myCompDiv.style.display="";
			document.all.myCompText.innerHTML=strTitle;
			document.all.myCompText.style.width=me.offsetWidth+1;
			document.all.myCompDiv.style.posLeft=offsetLeft(me)-20;//fucengwidth;
			document.all.myCompDiv.style.posTop=offsetTop(me);//fucengheight;
		}
		
		if (nWidth!=null)
		{
			document.all.myCompDiv.style.display="";
			document.all.myCompText.innerHTML=strTitle;
			document.all.myCompText.style.width=nWidth;
			document.all.myCompDiv.style.posLeft=offsetLeft(me)-(nWidth-me.offsetWidth)/2;//fucengwidth;
			document.all.myCompDiv.style.posTop=offsetTop(me) + me.offsetHeight + 1;//fucengheight;
		}
	}
}
function offsetLeft(el)
{
x = el.offsetLeft
for (e = el.offsetParent; e; e = e.offsetParent)
x += e.offsetLeft;
return x
} 
function offsetTop(el)
{
y = el.offsetTop
for (e = el.offsetParent; e; e = e.offsetParent)
y += e.offsetTop;
return y
} 

document.write("<div onmouseleave='this.style.display=\"none\"'; ondeactivate='this.style.display=\"none\"'; id='myCompDiv' style=' position: absolute; width:400;top:0;left:0;visibility: visible;z-index: 1;display:none;'> <FIELDSET  style='TEXT-ALIGN: left;PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px;PADDING-TOP: 1px;background-Color:#ffffff;'  id='myCompText'></FIELDSET></div>"); 


	function openWin(URLtoOpen, windowName, windowFeatures) { 
		newWindow=window.open(URLtoOpen, windowName, windowFeatures); 
		newWindow.focus();
	}	

	function openWin1(URLtoOpen) { 
		openWin(URLtoOpen,'SC','height=600,width=712,location=no,resizable=yes,toolbar=no,scrollbars=yes');//,location=no,resizable=no,toolbar=no,scrollbars=no
	}	

	function openWin2(URLtoOpen) { 
		openWin(URLtoOpen,'DC','height=500,width=412,left='+((screen.availWidth-412)/2)+',top='+((screen.availHeight-500)/2)+',location=no,resizable=yes,toolbar=no,scrollbars=yes');//,location=no,resizable=no,toolbar=no,scrollbars=no
	}	
