<!--
function MM_swapImgRestore() { //v2.0
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
}

function MM_swapImage() { //v2.0
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
  
  
  
}
function ShowOneInfo(sInfoPath)
	{
		var width,height,top,left;
		var nScreenWidth,nScreenHeigh;
		
		nScreenWidth = screen.width;
		nScreenHeigh = screen.height;
		
		if(nScreenWidth < 1000)
		{
			width =	617;
			height = 400;
		}
		else
		{
			width =	617;
			height = 500;
		}	
		
		left = (nScreenWidth - width) / 2;
		top = (nScreenHeigh - height) / 2;
		window.open(sInfoPath,'newWindow','toolbar=0,status=0,menubar=0,resizable=1,scrollbars=1,width='+width+',height='+height+',left='+left+',top='+top);
	}
	
	function Showcp(sInfoPath)
	{
		var width,height,top,left;
		var nScreenWidth,nScreenHeigh;
		
		nScreenWidth = screen.width;
		nScreenHeigh = screen.height;
		
		if(nScreenWidth < 1000)
		{
			width =	516;
			height = 512;
		}
		else
		{
			width =	516;
			height = 512;
		}	
		
		left = (nScreenWidth - width) / 2;
		top = (nScreenHeigh - height) / 2;
		window.open(sInfoPath,'newWindow','toolbar=0,status=0,menubar=0,resizable=1,scrollbars=1,width='+width+',height='+height+',left='+left+',top='+top);
	}
//-->
