

// Flash Selector

function changemovie(newmovie){
document.getElementById("CCA_Banners").SetVariable("_root.new_num",newmovie);
};

//Search Button

// Click detect Visable

function popUp() {
document.getElementById("SearchBox").style.visibility = 'visible';
};

