|
', 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_2304(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_2304( theID ){
var listTitle = document.getElementById( "2304_" + theID + "_title");
var listDate = document.getElementById( "2304_" + theID + "_date");
listTitle.bgColor = "e5f2ff";
listDate.bgColor = "e5f2ff";
}
function rollOutList_2304( theID ){
var listTitle = document.getElementById( "2304_" + theID + "_title");
var listDate = document.getElementById( "2304_" + theID + "_date");
listTitle.bgColor = "F5F5F5";
listDate.bgColor = "F5F5F5";
}
listItems_2304 = new Array();
listItems_2304[1] = {title:"The buttons don\'t respond when I press them", id:552, date:"Fri, Jul 30, 2010"};
listItems_2304[2] = {title:"The StroboClip remains on even when I remove the battery", id:553, date:"Fri, Jul 30, 2010"};
listItems_2304[3] = {title:"How do I read the StroboClip Display?", id:531, date:"Mon, Jul 19, 2010"};
listItems_2304[4] = {title:"What is the difference between drop capo and key?", id:539, date:"Mon, Jul 19, 2010"};
listItems_2304[5] = {title:"What is the SUS feature used for?", id:534, date:"Mon, Jul 19, 2010"};
listItems_2304[6] = {title:"Why is hard to stop the display?", id:532, date:"Mon, Jul 19, 2010"};
listItems_2304[7] = {title:"Why are the note names not the same as on my other Peterson Tuners", id:533, date:"Mon, Jul 19, 2010"};
listItems_2304[8] = {title:"Can I use the SUS with any instrument?", id:535, date:"Mon, Jul 19, 2010"};
listItems_2304[9] = {title:"Is the accuracy the same as other Peterson tuners?", id:536, date:"Mon, Jul 19, 2010"};
listItems_2304[10] = {title:"Where is the best place to clip the StroboClip on my instrument?", id:537, date:"Mon, Jul 19, 2010"};
listItems_2304[11] = {title:"Is there a microphone?", id:538, date:"Mon, Jul 19, 2010"};
listItems_2304[12] = {title:"How does the auto power off work?", id:540, date:"Mon, Jul 19, 2010"};
listItems_2304[13] = {title:"Why does the backlight go out after a note has decayed?", id:541, date:"Mon, Jul 19, 2010"};
listItems_2304[14] = {title:"Why do I only see a line in the middle of the screen sometimes?", id:542, date:"Mon, Jul 19, 2010"};
listItems_2304[15] = {title:"How long is the warranty period?", id:543, date:"Mon, Jul 19, 2010"};
listItems_2304[16] = {title:"How do I use the StroboClip for Highland Bagpipes?", id:546, date:"Tue, Jul 20, 2010"};
listItems_2304[17] = {title:"How do I use the StroboClip to tune my Uilleann Pipes?", id:547, date:"Tue, Jul 20, 2010"};
listItems_2304[18] = {title:"Which Buzz Feiten System Settings does the StroboClip feature?", id:548, date:"Tue, Jul 20, 2010"};
listItems_2304[19] = {title:"How do I use the StroboClip to tune my mandolin?", id:549, date:"Tue, Jul 20, 2010"};
listItems_2304[20] = {title:"What are the last three Sweeteners on the list?", id:550, date:"Tue, Jul 20, 2010"};
function searchIt_2304( searchString ){
var matches = 0;
for(var j = 1; j < listItems_2304.length; j++){
var mySearch = new RegExp(searchString, "i");
isMatch = listItems_2304[j]['title'].search(mySearch);
var theItem = document.getElementById( "contentList2304_" + listItems_2304[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_2304(){
var theInput = document.getElementById("searchInput_2304");
searchIt_2304(theInput.value);
}
function searchByID_2304(theID){
for(var j = 1; j < listItems_2304.length; j++){
if(listItems_2304[j].id == theID){
return listItems_2304[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.
|
|
|