<!--
function ShowImageData(vPic){
	var oB1=window.parent.frames["HFfrmbarprojects"].document.all["bread1"];
	var oB2=window.parent.frames["HFfrmbarprojects"].document.all["bread2"];
	
	//oB1.style.width=gBread1Width+"px";
	
	oB2.innerHTML="&nbsp;"+gBread[vPic]+"&nbsp;";
	oB2.style.color=linkcolimagetitle;
	oB2.style.backgroundColor=linkcolimagetitleb //"#0000ff";
	oB2.style.display="";
}	
function HideImageData(vPic){
	//"vPic" is redundant?
	//var oB1=window.parent.frames["HFfrmbarprojects"].document.all["bread1"];
	var oB2=window.parent.frames["HFfrmbarprojects"].document.all["bread2"];
	
	oB2.style.display="none";
}	

//
//Specific to Specialised pages
//

function ShowTextDiv(){
	if(window.document.all["textdiv0"]){
	window.document.all["textdiv0"].style.display=""}
}

function HideTextDiv(){
	if(window.document.all["textdiv0"]){
	window.document.all["textdiv0"].style.display="none"}
}

function RestoreText(){
	HideImageData(0);
	CloseBig();
	window.document.all["butback"].style.display="none";
	//window.document.all["bread2"].style.display="none";	
	
	//window.document.all["opacitycount"].style.display="none";
	window.document.all["opacitycount"].innerHTML="&nbsp;";
	//window.document.all["bread2"].style.backgroundColor=linkcolimagetitlehb;
	HideImageText(0);
	
	if(document.all["textfade0"]){
	document.all["textfade0"].className="text"}
	//if(document.all["textborder0"]){
	//document.all["textborder0"].className="textback"}
	
	if(document.all["mask1"]){document.all["mask1"].style.display="none"}
	if(document.all["mask1"]){document.all["mask2"].style.display="none"}
	
	HideTextDiv();
	ShowPuc();	
	return false;
}
function ShowButBack(){
	window.document.all["butback"].style.display="";
	window.document.all["butback"].style.backgroundColor=linkcolimagetitleb;
	//window.document.all["bread2"].style.display="";
	//window.document.all["bread2"].style.backgroundColor=linkcolimagetitleb;
}
function SetSubProjectBarWidthX(){
	window.parent.frames["HFfrmbarprojects"].document.all["bread2"].style.display="none";
	SetSubProjectBarWidth("231px","410");
}	
function HideImageText(vI){
	for(var i=0;i<3;i++){
		window.document.all["imagetext"+i].style.display="none";
		if(window.top.hfSniffType==1){document.getElementById("smallpic"+i).filters[0].opacity=100}
		if(window.top.hfSniffType==2){document.getElementById("smallpic"+i).style.MozOpacity=1.0}
		if(window.top.hfSniffType==3){document.getElementById("smallpic"+i).style.opacity=1.0}
		}
}	
function ShowImageText(vI){
	
	if(document.all["textfade0"]){document.all["textfade0"].className="textbackfade"}
	//if(document.all["textborder0"]){
	//document.all["textborder0"].className="textborder"}
	
	if(document.all["textpic1"].style.display=="none"){ShowTextDiv()}
	
	HidePuc();	
	ShowButBack();
	for(var i=0;(i<3);i++){
		if(i!=vI){
			window.document.all["imagetext"+i].style.display="none";
			if(window.top.hfSniffType==1){document.getElementById("smallpic"+i).filters[0].opacity=20}
			else{
				if(window.top.hfSniffType==2){document.getElementById("smallpic"+i).style.MozOpacity=0.2}
				if(window.top.hfSniffType==3){document.getElementById("smallpic"+i).style.opacity=0.2}
				}
			}
		else{
			window.document.all["imagetext"+i].style.display="";
			if(window.top.hfSniffType==1){document.getElementById("smallpic"+i).filters[0].opacity=100}
			else{
				if(window.top.hfSniffType==2){document.getElementById("smallpic"+i).style.MozOpacity=1.0}
				if(window.top.hfSniffType==3){document.getElementById("smallpic"+i).style.opacity=1.0}				
				}
			}	
		}
}
function ShowPuc(){
	if(document.getElementById("imgpuc")){
		if(window.top.hfSniffType==1){document.getElementById("imgpuc").filters[0].opacity=100}
		if(window.top.hfSniffType==2){document.getElementById("imgpuc").style.MozOpacity=1.0}
		if(window.top.hfSniffType==3){document.getElementById("imgpuc").style.opacity=1.0}
	}
}
function HidePuc(){
	if(document.getElementById("imgpuc")){
		if(window.top.hfSniffType==1){document.getElementById("imgpuc").filters[0].opacity=20}
		if(window.top.hfSniffType==2){document.getElementById("imgpuc").style.MozOpacity=0.2}
		if(window.top.hfSniffType==3){document.getElementById("imgpuc").style.opacity=0.2}
	}
}
-->
