
/*		Cursor Trail - Configurable and self contained

This script provides a "cursor trail" for newer browsers. It is 
ignored by  by non compatible browsers.  The effect may be customized
by changing the values of configurable variables.

You may use the JavaScript source code on your own personal web page 
provided that the copyright information remains in the source code. 

To use the script:
	1) Set values of Configurable Variables as needed.

	2) Place the script somewhere in your HTML document, preferably
	in the HEAD section.

Copyright (c) by: Robert N Bovara All Rights Reserved.

Further Script Edit 
by Erica Miller-Mahin 
Visit Crimson Studios @ www.crimsonstudios.com

*/
////////////////////////////////////////////////
////
///		Start  Configurable Variables 
//
////////////////////////////////////////////////

smallcrmps = new Image(176,23)
smallcrmps.src = "o_inner_32.jpg"
bigcrmps = new Image(176,23)
bigcrmps.src = "o_inner2_32.jpg"

smallwriting = new Image(178,23)
smallwriting.src = "cfsinr_24.jpg"
bigwriting = new Image(178,23)
bigwriting.src = "cfsinr_mo_24.jpg"

smallevaluation = new Image(178,24)
smallevaluation.src = "cfsinr_25.jpg"
bigevaluation = new Image(178,24)
bigevaluation.src = "cfsinr_mo_25.jpg"

smallnonprofit = new Image(178,21)
smallnonprofit.src = "cfsinr_31.jpg"
bignonprofit = new Image(178,21)
bignonprofit.src = "cfsinr_mo_31.jpg"


smalldevelopment = new Image(178,23)
smalldevelopment.src = "cfsinr_33.jpg"
bigdevelopment = new Image(178,23)
bigdevelopment.src = "cfsinr_mo_33.jpg"


smallgrant = new Image(178,23)
smallgrant.src = "cfsinr_34.jpg"
biggrant = new Image(178,23)
biggrant.src = "cfsinr_mo_34.jpg"


smallrates = new Image(178,19)
smallrates.src = "cfsinr_35.jpg"
bigrates = new Image(178,19)
bigrates.src = "cfsinr_mo_35.jpg"



