<!--
if(navigator.userAgent.indexOf('MSIE',0) != -1){var isIE = true;}
else {var isIE = false;}

function show(imgname,imgtitle,imgwidth,imgheight){
	if (typeof(wind) == "object"){
		if (isIE) {wind.close();}
		else {wind.close;}
	}
	wind = window.open("","", "left=140,top=0,width="+(imgwidth+20)+",height="+(imgheight+50)+",resizable=no,scrollbars=0");
	wind.document.writeln ("<html><head><title>"+imgtitle+"</title><link rel='StyleSheet' href='/library/css/main.css' type='text/css'></head><body bgcolor='#ffffff'><h3 align='center'>"+imgtitle+"</h3><div align='center'><img name='viewimage' src='/images/illustrate/" + imgname + ".jpg' border='0' align='top'>")

	wind.document.close;
	wind.focus();
	}


	
//-->
