		var bABCUsePopupTooltip = true
		var oABCTooltipPopup = window.createPopup()
		oABCTooltipPopup.document.body.style.border = 'solid black 1px'
		oABCTooltipPopup.document.body.style.backgroundColor = '#ffffe6'
		oABCTooltipPopup.document.body.style.fontFamily = 'Verdana, Arial, Helvetica, sans-serif'
		oABCTooltipPopup.document.body.style.fontSize = '10px'
		oABCTooltipPopup.document.body.style.padding = '2px'
var lOldPage 
//ShowPage(lPage)
	function ShowPage(lPage)
	{
		document.all['page'+lOldPage].style.display = "none"
		document.all['page'+lPage].style.display = ""
		lOldPage = lPage

	}
//InformationChange()	
	function InformationChange()
	{
		var p;
		p=document.forms["form1"].value
		ShowPage(p)
	}
//InitPage()
	function InitPage()
	{
		document.all['page1'].style.display = ""
		document.all['page2'].style.display = "none"
		document.all['page3'].style.display = "none"
		document.all['page4'].style.display = "none"
		document.all['page5'].style.display = "none"
		document.all['page6'].style.display = "none"
		//document.all['page6'].style.display = "none"
		//document.all['page'+document.forms[0]["InformationPage"].value].style.display = ""
		document.all['data'].style.display = ""
		lOldPage = document.forms["form1"].value

	}
	

// showTabPage(lPage)
	var lTabPage = 1
	function showTabPage(lPage)
	{
		document.all['page'+lTabPage].style.display = "none"
		document.all['page'+lPage].style.display = ""
		lTabPage = lPage
		document.forms["form1"].value = lTabPage	
	}

	var sSelectedABCTabID
	function onClickABCTab(sID)
	{
		oSelect_Select = document.all.item(sID+'_Select');
		oSelect_NotSelect = document.all.item(sID+'_NotSelect');
		oNotSelect_Select = document.all.item(sSelectedABCTab+'_Select');
		oNotSelect_NotSelect = document.all.item(sSelectedABCTab+'_NotSelect');
		oNotSelect_Select.style.zIndex = 1000;
		oNotSelect_NotSelect.style.zIndex = 1001;	
		oSelect_Select.style.zIndex = 1001;
		oSelect_NotSelect.style.zIndex = 1000;
		sSelectedABCTab = sID;
	}


//These below functions are used for all Rollover Effects



function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

