/* author: dhuston@softhome.net */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 9/15/2003 */
 function loadImage()  {
   imageEffect.filters.item(0).Apply();
   imageEffect.style.visibility = "visible";
   imageEffect.filters.item(0).Play();
 }
 //  End script -->
 

 function netie(net, ie) {
   if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
     return true;
 else return false;
 }
 //  end script -->
 <!--
function scrollBar(line,face,theme)
	{
		if (!line||!face)
			{
				line=null;
				face=null;
				switch(theme) 
					{
						case "blue":
							var line="#FF33CC";
							var face="#33CCFF";
							break;
						}
			}

				with(document.body.style)
					{
						scrollbarDarkShadowColor=line;
						scrollbar3dLightColor="#CC99CC";
						scrollbarArrowColor="#FFFFFF";
						scrollbarBaseColor="#996699";
						scrollbarFaceColor=face;
						scrollbarHighlightColor=face;
						scrollbarShadowColor="#FF3399";
						scrollbarTrackColor="#FF99CC";
					}
			}

 /*------------------[Pointer coordinates catcher]---------------*/
function colorBar(){
		var w = document.body.clientWidth;
		var h = document.body.clientHeight;
		var x = event.clientX;
		var y = event.clientY;
		if(x>w) scrollBar('#CC99CC','#996699'); // Your colors
		else scrollBar(null,null,"neo"); // A predefined theme
	}

if (document.all){
scrollBar(null,null,"neo");
}
//-->	