if(bw=="high"){
document.write("Viewing Broadband Version");
document.write("<BR>");
document.write("<a href='javascript:sl();' class='switch'>Switch to Dial-Up</a>");
}
else if(bw=="low"){
document.write("Viewing Dial-Up Version");
document.write("<BR>");
document.write("<a href='javascript:sh();' class='switch'>Switch to Broadband</a>");
}
else if(bw=="null"){
document.write("Detecting Bandwidth... Please Wait");
document.write("<BR>");
}
else{
document.write("Error Loading video... Email <a href='mailto:help@fstreams.com'>help@filestreams.com</a> for assistance.");
document.write("<BR>");
}