function chgimg(name,path){
  document.images[name].src = path;
}
function callAs(frameName){
  $("diceFlash").swfJump(frameName);
}
