function reload(id)
{
  tmp = findSWF("chart");
  x = tmp.reload("/cot/cot-data.php?id="+id, true);
}

function findSWF(movieName) {
  if (navigator.appName.indexOf("Microsoft")!= -1) {
    return window["ie_" + movieName];
  } else {
    return document[movieName];
  }
}

function showDMEmbed(){
	document.getElementById("dm-embed-code").style.display = "block";
	//return false;
}
