// *****
function IsIE()	{ 
	if (top.bid == "IE")
		return(true);
return(false);
}
// *****
function IsFF()	{ 
	if (top.bid == "Firefox")
		return(true);
return(false);
}
// *****
function IsNS()	{ 
	if (top.bid == "Netscape")
		return(true);
return(false);
}
// *****
function IsSF()	{ 
	if (top.bid == "Safari")
		return(true);
return(false);
}
// *****
function IsOP()	{ 
	if (top.bid == "Opera")
		return(true)
return(false);
}
