     
  var whichOpen="";            
  var whichContinue='';
<!--
  if(!document.uniqueID){
        alert("您的浏览器不是IE6.0。可能无法正常浏览！");
     } 
function menuShow(obj,maxh,obj2)
{
  if(obj.style.pixelHeight<maxh)
  {
    obj.style.pixelHeight+=maxh/10;
	//obj.filters.alpha.opacity+=10;
	//obj2.background="../images/title.gif";
    if(obj.style.pixelHeight==maxh/5)
	  obj.style.display='block';
	myObj=obj;
	myMaxh=maxh;
	myObj2=obj2;
	setTimeout('menuShow(myObj,myMaxh,myObj2)','5');
  }
}
function menuHide(obj,maxh,obj2)
{
  if(obj.style.pixelHeight>0)
  {
    if(obj.style.pixelHeight==maxh/10)
	  obj.style.display='none';
    obj.style.pixelHeight-=maxh/10;
	//obj.filters.alpha.opacity-=10;
	//obj2.background="../images/title.gif";
	myObj=obj;
	myMaxh=maxh
	myObj2=obj2;
	setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
  }
  else
    if(whichContinue)
	  whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
if(maxh == 0)
{
	whichOpen.click();
}
else
{
  if(obj.style.pixelHeight)
  {
    menuHide(obj,maxh,obj2);
	whichOpen='';
	whichcontinue='';
  }
  else
    if(whichOpen)
	{
	  whichContinue=obj2;
      whichOpen.click();
	}
	else
	{
	  menuShow(obj,maxh,obj2);
	  whichOpen=obj2;
	  whichContinue='';
	}
}
}
function ChangeRight(url)
{
	var str = new String(url);
	//alert(str);
	document.getElementById("IFrame1").src = str;
}
//-->