//both these functions communicate with the flash file directly
//the code in the flash file is located in the mc_CrumbNav instance within mc_CrumbMover
//cumbName and crumbURL are individual to each page and are located within the asp page
function flashName(){
	return crumbName;
}

function flashURL(){
	return crumbURL;
}