/*
* 	use jquery library
*	required - jquery-ui-1.7.2.custom.min.js with accordion & default UI (framework icons)
*
*/
$(function(){

	// config
	var active_accordion = 0;
	var actid = "0"+(active_accordion + 1);
	
	// repopulate container background & speech bubble set onload
 	$("div#sb-set-"+actid).show();
	$("div#container-sub").removeAttr('class');
	$("div#container-sub").addClass(document.getElementById("img-class-"+actid).value);
});
