function preload( imgName, imgPath ) {
	eval( imgName & " = new Image();" );
	eval( imgName & ".src = '" & imgPath & "';" );
}

