var Descriptor = "NBC.com &lt; Deal or No Deal";

var dirOffset = "/Deal_or_No_Deal/";  

// /Deal_or_No_Deal/

document.write("<TITLE>" + Descriptor + "</TITLE>");
document.write("<link rel=\"STYLESHEET\" type=\"text/css\" href=\"" + dirOffset + "css/dond_style.css\">");

var Timer;

function ScrollLeft()
{
  Timer = setInterval("document.getElementById('PANORAMA').scrollLeft -= 6", 15);
}
function ScrollRight()
{
  Timer = setInterval("document.getElementById('PANORAMA').scrollLeft += 6", 15);
}



