ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
function msoverb( idcopy ){
        if (ie4){
                event.srcElement.style.color="#FFFFFF";
                event.srcElement.style.cursor = "hand";
        }
}
function msoverb_a( idcopy ){
        if (ie4){
                event.srcElement.style.color="#737373";
                event.srcElement.style.cursor = "hand";
        }
}
function msout3b(){
        if (ie4){
                event.srcElement.style.color="#FFFFFF";
                event.srcElement.style.cursor = "auto";
        }
}
function msout3b_a(){
        if (ie4){
                event.srcElement.style.color="#737373";
                event.srcElement.style.cursor = "auto";
        }
}
function toggleb( targetId ){
  if (ie4){
	  		   target = document.all( targetId );
                        if (target.style.display == "none"){
						
						
														


																
								
								target.style.display = "";
                        } else {
                                target.style.display = "none";
                        }
        }
}
