﻿function hidSub(hidid){
   if(hidid == 'All'){
	Element.hide("Artist");
   }
}
function toggleBox(onid){
Element.toggle(onid);
	}
