if (document.all) {
	document.write("<STYLE>.headingtextBlue{font-size: 10pt;}"
			+ "headingtextRed{font-size: 10pt;}"
			+ "copyright{font-size: 7pt;}"
			+ "headingtextBlack{font-size: 10pt;}"
			+ "bodytextBlack{font-size: 10pt;}"
			+ ".bodytextRed{font-size:9pt;}</STYLE>");
}

else if ((navigator.appName == "Netscape") && 
(navigator.appVersion.substring(0,1) == "5")) {
		document.write("<STYLE TYPE='text/css'>.headingtextBlue{font-size: 10pt;}"
			+ ".headingtextBlue:hover{font-size: 10pt;}"
			+ ".headingtextRed{font-size: 10pt;}"
			+ ".headingtextRed:hover{font-size: 10pt;}"
			+ ".headingtextBlack{font-size: 10pt;}"
			+ ".headingtextBlack:hover{font-size: 10pt;}"
			+ ".bodytextBlack{font-size: 10pt;}"
			+ ".bodytextBlack:hover{font-size: 10pt;}"
			+ ".bodytextRed{font-size: 10pt;}"
			+ ".bodytextRed:hover{font-size: 10pt;}"
			+ ".copyright{font-size:7pt;}"
			+ ".copyright:hover{font-size:7pt;}</STYLE>");
}


function ImageSwop(IMGNME,IMGSRC) {
	document.images[IMGNME].src = IMGSRC;
}
