alamo_still = new Image(370,180);
alamo_still.src = "images/painted_ladies_still.gif";
alamo_anim = new Image(370,180);
alamo_anim.src = "images/painted_ladies_anim.gif";
album_cover = new Image(320,320); 
album_cover.src = "images/album_cover.jpg";
album_cover_anim = new Image(320,320); 
album_cover_anim.src = "images/album_cover_anim.gif";
cloud_bg = new Image(600,133); 
cloud_bg.src = "images/cloud_bg.jpg";
palm = new Image(322,283); 
palm.src = "images/palm.jpg";
song_list_bg = new Image(181,268); 
song_list_bg.src = "images/song_list_bg.jpg";
background = new Image(600,1128); 
background.src = "images/background.jpg";
title = new Image(77,73); 
title.src = "images/title.jpg";
moscow_ted = new Image(135,180); 
moscow_ted.src = "images/moscow_ted.jpg";
var ofst_x = 0;
var ofst_y = 0;
var crntElm = null;
var nativeColor = "white";
var hiliteColor = "silver";

function playSound() {
 document.all['crash_id'].src='sounds/anim.mp3';
}

function stopSound() {
 document.all['crash_id'].src='';

}

function swap(imgName, imgObjName) {
    if (document.images) {
      document.images[imgName].src = eval(imgObjName + ".src");
    }

}

function moscowTed() {
     alert("ted");

      document.getElementById('alamo_table').bgcolor = eval(moscow_ted.src);


}

function popIt()	{
  window.open('credits.php', 'credit', 'scrollbars=no,height=470,width=  620,status=no');
}

function doNothing() {
  // do nothing
}
