|
', end) + 1;
var theScript = theCode.substring(start2,end);
var newScript = document.createElement('script');
newScript.text = theScript;
theHead.appendChild(newScript);
var part1 = theCode.substring(0,start);
var part2 = theCode.substring(end2, theCode.length);
theCode = part1.concat(part2);
start = end + 9;
}
}
document.getElementById("contentDiv").innerHTML = theCode;
window.location.hash = "!sub=" + theID;
theTitle = searchByID_9519(theID);
document.title = originalTitle + ' - ' + theTitle;
//document.title = theTitle;
if (typeof fblike !== 'undefined'){
document.getElementById("fblike").innerHTML = ''
if (typeof FB !== 'undefined') {
FB.XFBML.parse(document.getElementById('fblike'));
}
}
if( theScript && theScript.indexOf('goFlash') > 0){
goFlash();
}
}
connectIt2();
function rollOverList_9519( theID ){
var listTitle = document.getElementById( "9519_" + theID + "_title");
var listDate = document.getElementById( "9519_" + theID + "_date");
listTitle.bgColor = "e5f2ff";
listDate.bgColor = "e5f2ff";
}
function rollOutList_9519( theID ){
var listTitle = document.getElementById( "9519_" + theID + "_title");
var listDate = document.getElementById( "9519_" + theID + "_date");
listTitle.bgColor = "F5F5F5";
listDate.bgColor = "F5F5F5";
}
listItems_9519 = new Array();
listItems_9519[1] = {title:"Updating the BodyBeat Sync firmware", id:576, date:"Fri, Jan 28, 2011"};
listItems_9519[2] = {title:"BodyBeat Sync firmware updates", id:577, date:"Fri, Jan 28, 2011"};
listItems_9519[3] = {title:"Changing the Metronome Voice", id:572, date:"Mon, Jan 03, 2011"};
listItems_9519[4] = {title:"Turning the BBS-1 off", id:571, date:"Mon, Jan 03, 2011"};
listItems_9519[5] = {title:"Tempo Maps do not play correctly", id:583, date:"Thu, Feb 03, 2011"};
listItems_9519[6] = {title:"BodyBeat Sync software error on my PC", id:586, date:"Tue, Feb 08, 2011"};
listItems_9519[7] = {title:"Will I need to update the BodyBeat Sync firmware in sequence?", id:592, date:"Thu, Mar 24, 2011"};
listItems_9519[8] = {title:"BodyBeat Sync battery type", id:593, date:"Wed, Apr 20, 2011"};
listItems_9519[9] = {title:"When connected to a PA, the volume output is low.", id:630, date:"Thu, Jun 14, 2012"};
listItems_9519[10] = {title:"Connecting the BodyBeat Sync to a PA: What cable do I use?", id:629, date:"Thu, Jun 14, 2012"};
listItems_9519[11] = {title:"Is there a way to remove the accent from the downbeat?", id:588, date:"Tue, Feb 08, 2011"};
listItems_9519[12] = {title:"Where do I get the BodyBeat Sync USB software?", id:578, date:"Fri, Jan 28, 2011"};
listItems_9519[13] = {title:"How do I load a MIDI tempo map into the BBS-1?", id:579, date:"Fri, Jan 28, 2011"};
listItems_9519[14] = {title:"What is the difference between the USB software and firmware?", id:584, date:"Thu, Feb 03, 2011"};
listItems_9519[15] = {title:"Is it possible to only play the downbeat?", id:648, date:"Tue, Feb 05, 2013"};
listItems_9519[16] = {title:"The LCD conductor bars seem out of sync", id:580, date:"Fri, Jan 28, 2011"};
listItems_9519[17] = {title:"The metronome\'s audio seems to drop out occasionally", id:581, date:"Fri, Jan 28, 2011"};
function searchIt_9519( searchString ){
var matches = 0;
for(var j = 1; j < listItems_9519.length; j++){
var mySearch = new RegExp(searchString, "i");
isMatch = listItems_9519[j]['title'].search(mySearch);
var theItem = document.getElementById( "contentList9519_" + listItems_9519[j].id );
if(isMatch != -1){
matches += 1;
theItem.className = "show";
}else{
theItem.className = "hide";
}
}
var theError = document.getElementById( "noMatch" );
if(matches == 0){
theError.innerHTML = "There are no articles available that match the keyword '" + searchString + "'. Please try a different search.";
}else{
theError.innerHTML = "";
}
}
function startSearch_9519(){
var theInput = document.getElementById("searchInput_9519");
searchIt_9519(theInput.value);
}
function searchByID_9519(theID){
for(var j = 1; j < listItems_9519.length; j++){
if(listItems_9519[j].id == theID){
return listItems_9519[j].title;
}
}
}
window.onload = function() {
initialiseStateFromURL();
}
function initialiseStateFromURL() {
var theHash = window.location.hash;
if(theHash.indexOf('=')){
var theNumber = theHash.substring(theHash.indexOf('=')+1, theHash.length);
selectList(theNumber);
}
}
//-->
|
Select a topic from the list above.
|
|
|