function PassFlash(){
var thisPage = window.document.location.toString();
temp = thisPage.split("/");
pageName = temp[temp.length-1];
temp2 = pageName.split("_");
thisColor = temp2[0];

window.document.jobs_menu.SetVariable("colorCode", thisColor); 
}