	var video;
	var audio;
	var images;
	var blog;

function getJB(){
	theJB = 
	"<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='650' height='35' id='jb'>"+
	"<param name='movie' value='/jb/jb.swf?"+
	"video="+video+
	"&audio="+audio+
	"&images="+images+
	"&blog="+blog+
	"&bibliography="+bibliography+
	"'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='quality' value='high'>"+
	"<embed src='/jb/jb.swf?"+
	"video="+video+
	"&audio="+audio+
	"&images="+images+
	"&blog="+blog+
	"&bibliography="+bibliography+
	"' allowScriptAccess='always' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='650' height='35'  name='jb'></embed></object>";
	document.write(theJB);
}


function closeAll(){
window.document.getElementById('video').style.display = "none";
window.document.getElementById('audio').style.display = "none";
window.document.getElementById('images').style.display = "none";
window.document.getElementById('blog').style.display = "none";
window.document.getElementById('bibliography').style.display = "none";
}


function expandObj(theWidget,theMedia){
closeAll();
	window.document.getElementById(theWidget).style.display = "block";
	if (theMedia == 0){
	var widgetBackground = 'url(' + background + ')';
	window.document.getElementById(theWidget).style.backgroundImage = widgetBackground;
	}
;
}