/***********************************************************************
Description:	The Javascript of the PC Pro Schools website
Project:	www.pcproschools.com
HTML:		Neal Gamradt
Graphics:	Matt Cabral
Created:	2008.04.10
Updated:	2008.04.11
***********************************************************************/

var nbrSuccessFadeInSpeed = 15;
var nbrSuccessFadeOutSpeed = 15;

function fadeSuccessIn(strImage,strPath) {

	fadeIn(strImage,nbrFadeMiddle,nbrFadeTop,nbrSuccessFadeInSpeed,"",0,strPath);
}

function fadeSuccessOut(strImage,strMessage,strPath) {

	fadeOut(strImage,nbrFadeTop,nbrFadeMiddle,strMessage,nbrSuccessFadeOutSpeed,"",0,strPath);
}
