document.write("<style type=text/css>");
if(navigator.appName=="Microsoft Internet Explorer") {
	document.write(".P1 { font-family:verdana; font-size:7pt; }");
	document.write(".SUBTIT { font-family:verdana; font-size:11pt; }");
	document.write(".BODY { font-family:verdana; font-size:8pt; }");
	document.write(".TITLE { font-family:verdana; font-size:17pt; }");
} else {
	document.write(".P1 { font-family:verdana; font-size:8pt; }");
	document.write(".SUBTIT { font-family:verdana; font-size:12pt; }");
	document.write(".BODY { font-family:verdana; font-size:9pt; }");
	document.write(".TITLE { font-family:verdana; font-size:18pt; }");
	
}
document.write("</style>");

function openImageWindow(imageName, imageWidth, imageHeight, pageScroll) {
	aWin = window.open("images/" + imageName, "aWin", "width=" + imageWidth + ", height=" + imageHeight + ", scrollbars=" + pageScroll + " ");
	aWin.focus();
}
