<!--
////
var hfBotBarRHSText="Click images to zoom&nbsp;";
////
var linkcol,linkcolb,linkcolh,linkcolhb;
var linkcolmenu,linkcolmenub,linkcolmenuh,linkcolmenuhb,linkcolmenuh2,linkcolmenuhb2;
var linkcolimagetitle,linkcolimagetitleb,linkcolimagetitleh,linkcolimagetitlehb
var textback,menucurrentTab=0;
var blnSet=new Array(false,false,false);
function hfinitial(){
//if (window.navigator.userAgent.indexOf("MSIE")!=-1){
if (window.top.hfSniffType==1){
	linkcol=window.document.styleSheets[0].rules[1].style.color;
	linkcolb=window.document.styleSheets[0].rules[1].style.backgroundColor;
	linkcolh=window.document.styleSheets[0].rules[2].style.color;
	linkcolhb=window.document.styleSheets[0].rules[2].style.backgroundColor;
	
	linkcolmenu=window.document.styleSheets[0].rules[3].style.color;
	linkcolmenub=window.document.styleSheets[0].rules[3].style.backgroundColor;
	linkcolmenuh=window.document.styleSheets[0].rules[4].style.color;
	linkcolmenuhb=window.document.styleSheets[0].rules[4].style.backgroundColor;

	linkcolimagetitle=window.document.styleSheets[0].rules[5].style.color;
	linkcolimagetitleb=window.document.styleSheets[0].rules[5].style.backgroundColor;
	
	linkcolmenuh2=window.document.styleSheets[0].rules[7].style.color;
	linkcolmenuhb2=window.document.styleSheets[0].rules[7].style.backgroundColor;
	
	textback=window.document.styleSheets[1].rules[6].style.backgroundColor;
	}
else {
	if((window.top.hfSniffType==2)||(window.top.hfSniffType==3)){
	
		linkcol=window.document.styleSheets[0].cssRules[1].style.color;
		linkcolb=window.document.styleSheets[0].cssRules[1].style.backgroundColor;
		linkcolh=window.document.styleSheets[0].cssRules[2].style.color;
		linkcolhb=window.document.styleSheets[0].cssRules[2].style.backgroundColor;

		linkcolmenu=window.document.styleSheets[0].cssRules[3].style.color;
		linkcolmenub=window.document.styleSheets[0].cssRules[3].style.backgroundColor;
		linkcolmenuh=window.document.styleSheets[0].cssRules[4].style.color;
		linkcolmenuhb=window.document.styleSheets[0].cssRules[4].style.backgroundColor;

		linkcolimagetitle=window.document.styleSheets[0].cssRules[5].style.color;
		linkcolimagetitleb=window.document.styleSheets[0].cssRules[5].style.backgroundColor;

		linkcolmenuh2=window.document.styleSheets[0].cssRules[7].style.color;
		linkcolmenuhb2=window.document.styleSheets[0].cssRules[7].style.backgroundColor;
	
		textback=window.document.styleSheets[1].cssRules[6].style.backgroundColor;
		}
	else{
		//Default Values
		linkcol="#c0c0c0";
		linkcolb="#707070";
		linkcolh="#ffffff";
		linkcolhb="#555555";

		linkcolmenu="#c0c0c0";
		linkcolmenub="#707070";
		linkcolmenuh="#ffffff";
		linkcolmenuhb="#555555";

		linkcolimagetitle="#ffffff";
		linkcolimagetitleb="#707070";

		linkcolmenuh2="#ffffff";
		linkcolmenuhb2="#666666";
	
		textback="#0000ff";
		}
	}
}
//alert(window.document.getElementById("linkcol").style.color);
//alert("color="+document.styleSheets[0].rules.item(0).style.color);
function menuOverA1(vThis,vF,vB,vTab){
	//if((vF==null||vF==undefined)||(vF.indexOf("#")==0)||(vF=="yes")){
	if((vF==null) ||(vF.indexOf("#")==0)||(vF=="yes")){ 
		//if( (vF!=null&&vF!=undefined) && (vF.indexOf("#")==0)){vThis.style.color=vF}
		if( (vF!=null) && (vF.indexOf("#")==0)){vThis.style.color=vF}
		else{vThis.style.color=linkcolh}
		}
	//if((vB==null||vB==undefined)||(vB.indexOf("#")==0)||(vB=="yes")){ 
	if((vB==null)||(vB.indexOf("#")==0)||(vB=="yes")){ 
		//if( (vB!=null&&vB!=undefined) && (vB.indexOf("#")==0)){vThis.style.backgroundColor=vB}
		if( (vB!=null) && (vB.indexOf("#")==0)){vThis.style.backgroundColor=vB}
		else{vThis.style.backgroundColor=linkcolhb}
		}
}
function menuOutA1(vThis,vF,vB,vTab){
	//if( (vTab==null)||(vTab==undefined)||(!blnSet[vTab]) ){
	if( (vTab==null)||(!blnSet[vTab]) ){
	
	//if((vF==null||vF==undefined)||(vF.indexOf("#")==0)||(vF=="yes")){ 
	if((vF==null)||(vF.indexOf("#")==0)||(vF=="yes")){ 
		//if( (vF!=null&&vF!=undefined) && (vF.indexOf("#")==0)){vThis.style.color=vF}
		if( (vF!=null) && (vF.indexOf("#")==0)){vThis.style.color=vF}
		else{vThis.style.color=linkcol}
		}
	//if((vB==null||vB==undefined)||(vB.indexOf("#")==0)||(vB=="yes")){ 
	if((vB==null)||(vB.indexOf("#")==0)||(vB=="yes")){ 
		//if( (vB!=null&&vB!=undefined) && (vB.indexOf("#")==0)){vThis.style.backgroundColor=vB}
		if( (vB!=null) && (vB.indexOf("#")==0)){vThis.style.backgroundColor=vB}
		else{vThis.style.backgroundColor=linkcolb}
		}
	
	}
	
	/*
	vThis.style.color=linkcol;
	//if((vB==null||vB==undefined)||(vB.indexOf("#")==0)||(vB=="yes")){ 
	if((vB==null)||(vB.indexOf("#")==0)||(vB=="yes")){	
		
		vThis.style.backgroundColor=linkcolb;
		}
	*/
}

function SetLinkA1(vThis,vTab){
	var i;
	vThis.style.color=linkcolh;
	vThis.style.backgroundColor=linkcolhb;
	blnSet[vTab]=true;
	for(i=0;(i<3);i++){
		if(i!=parseInt(vTab)){
			blnSet[i]=false;
			window.document.all["link"+i].style.color=linkcol;
			window.document.all["link"+i].style.backgroundColor=linkcolb;
			}
		}
}

function SetSBColors(){
	document.body.style.scrollbarFaceColor="#707070";
	document.body.style.scrollbarArrowColor="#c0c0c0"; 
	document.body.style.scrollbarTrackColor="#555555"; 
	document.body.style.scrollbarShadowColor="#000000"; //right edge
	document.body.style.scrollbarHighlightColor="#000000"; //left edge
	document.body.style.scrollbar3dlightColor="#ff0000"; 
	document.body.style.scrollbarDarkshadowColor="#ff0000"; 
}

hfinitial();
-->