<!--
browserVer =
  (((navigator.appName == "Netscape") &&
  (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer") &&
  (parseInt(navigator.appVersion) >= 4 )));

if (browserVer)
{ 
    syn_introduction=new Image;
    syn_introduction.src="/images/syn_introduction.gif"
    syn_introductiono=new Image;
    syn_introductiono.src="/images/syn_introductiono.gif"
    syn_title=new Image;
    syn_title.src="/images/syn_title.gif"
    syn_titleo=new Image;
    syn_titleo.src="/images/syn_titleo.gif"
    syn_author=new Image;
    syn_author.src="/images/syn_author.gif"
    syn_authoro=new Image;
    syn_authoro.src="/images/syn_authoro.gif"
    syn_philosophical=new Image;
    syn_philosophical.src="/images/syn_philosophical.gif"
    syn_philosophicalo=new Image;
    syn_philosophicalo.src="/images/syn_philosophicalo.gif"

    com_introduction=new Image;
    com_introduction.src="/images/com_introduction.gif"
    com_introductiono=new Image;
    com_introductiono.src="/images/com_introductiono.gif"
    com_title=new Image;
    com_title.src="/images/com_title.gif"
    com_titleo=new Image;
    com_titleo.src="/images/com_titleo.gif"
    com_author=new Image;
    com_author.src="/images/com_author.gif"
    com_authoro=new Image;
    com_authoro.src="/images/com_authoro.gif"
    com_date=new Image;
    com_date.src="/images/com_date.gif"
    com_dateo=new Image;
    com_dateo.src="/images/com_dateo.gif"
}

function hiLite(imgDocID,imgObjName)
{
	if (browserVer)
	{
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}

function presentFlash(flashSource, bgColor, width, height, wmode) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="'+ width +'" height="'+ height +'" id="'+ flashSource +'" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="/images/'+ flashSource +'.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="'+ bgColor +'">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="wmode" value="'+ wmode +'">');
	document.write('<embed src="/images/'+ flashSource +'.swf" menu="false" wmode="'+ wmode +'" quality="high" bgcolor="'+ bgColor +'" width="'+ width +'" height="'+ height +'" name="'+ flashSource +'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</object>');
}
//-->