// JavaScript Document
function set(file) {

  var dewp = document.getElementById("dewplayer");
  if(file == 'martian') {
	document.getElementById('lyric').contentWindow.document.body.innerHTML = "Three arms tentacles, goggly eyes<br>Got a flying saucer don’t know how to fly<br>Got it from a Martian that was in disguise<br>I look really funny and I know<br>that is ‘cause<br><br>And I turned into a Martian<br>I don’t really know my name<br>Sometimes i fly my rocket late at night<br>I turned into a Martian today";
	document.getElementById('title').innerHTML = 'I turned into a Martian';
	document.getElementById('img').src = 'imgs/martian.jpg';
	file = 'mp3/martian.mp3';
  } else if (file == 'greenanaconda') {
	document.getElementById('lyric').contentWindow.document.body.innerHTML = "Biggest snake you've ever seen<BR>Green Anaconda, Green Anaconda<BR>Twenty feet and coloured green<BR>Green Anaconda, Green Anaconda<BR>Slip and slide, fast and strong<BR>Basking by the stream on a swampy log<BR>Slip and slide squeeze you tight<BR>You are hiding near the water to make your catch<BR>Green Anaconda, Green Anaconda<BR>Green Anaconda, Green Anaconda<BR><BR><BR>Stick out your tongue and taste the air<BR>Green Anaconda, Green Anaconda<BR>Strike so quick, catch you unaware<BR>Green Anaconda, Green Anaconda<BR>Slip and slide, fast and strong<BR>Basking by the stream on a swampy log<BR>Slip and slide squeeze you tight<BR>You are hiding near the water to make your catch<BR>Green Anaconda, Green Anaconda<BR>Green Anaconda, Green Anaconda<BR>Green Anaconda, Green Anaconda<BR>Green Anaconda, Green Anaconda<BR>";
	document.getElementById('title').innerHTML = 'Green Anaconda';
	document.getElementById('img').src = 'imgs/greenanaconda.jpg';
	file = 'mp3/anaconda.mp3';
  } else if (file == 'sun') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = 'Oh Mister Sun, Sun,<BR>Mister Golden Sun,<BR>Please shine down on me<BR><BR>Oh Mister Sun, Sun,<BR>Mister Golden Sun,<BR>Hiding behind a tree...<BR><BR>These little children<BR>Are asking you<BR>To please come out<BR>So we can play with you<BR><BR>Oh Mister Sun, Sun,<BR>Mister Golden Sun,<BR>Please shine down on me!<BR>';
	document.getElementById('title').innerHTML = 'Mr.Sun';
	document.getElementById('img').src = 'imgs/sun.jpg';
	file = 'mp3/sun.mp3';
  } else if (file == 'skidamarink') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = 'Skidamarink a dinky dink,<BR>Skidamarin,ky doo,<BR>I - love - you!<BR>Skidamarink a dinky dink,<BR>Skidamarinky doo,<BR>I - love - you!<BR><BR>I love you in the morning<BR>and in the afternoon,<BR>I love you in the evening<BR>and underneath the moon;<BR><BR>Oh, Skidamarink a dinky dink,<BR>Skidamarinky doo,<BR>I - LOVE - YOU!<BR>';
	document.getElementById('title').innerHTML = 'Skidamarink';
	document.getElementById('img').src = 'imgs/skidamarink.jpg';
	file = 'mp3/skidamarink.mp3';
  }else if (file == 'babyshark') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = 'Baby shark, Doh-doh, doh, doh<br />Baby shark, Doh-doh, doh, doh<br /> Baby shark, Doh-doh, doh, doh <br />Baby shark <br /><br />Mommy shark, Doh-doh, doh, doh <br />Mommy shark, Doh-doh, doh, doh <br />Mommy shark, Doh-doh, doh, doh <br />Mommy shark <br /><br />Daddy shark, Doh-doh, doh, doh <br />Daddy shark, Doh-doh, doh, doh <br />Daddy shark, Doh-doh, doh, doh <br />Daddy shark <br /><br />Go for a swim, Doh-doh, doh, doh <br />For a swim, Doh-doh, doh, doh <br />For a swim, Doh-doh, doh, doh <br />For a swim <br /><br />Here they come,  Doh-doh, doh, doh <br />Here they come,  Doh-doh, doh, doh <br />Here they come, Doh-doh, doh, doh <br />Here they come<br /><br />Shark a........Tickle!<br />';
	document.getElementById('title').innerHTML = 'Baby Shark';
	document.getElementById('img').src = 'imgs/babyshark.jpg';
	file = 'mp3/babyshark.mp3';
  }
  else if (file == 'itomakimaki') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = 'いとまきまき　いとまきまき<BR>ひいてひいて　トントントン<BR>いとまきまき　いとまきまき<BR>ひいてひいて　トントントン<BR>できた　できた<BR>kokomo の　ぼおし<BR><BR>いとまきまき　いとまきまき<BR>ひいてひいて　トントントン<BR>いとまきまき　いとまきまき<BR>ひいてひいて　トントントン<BR>できた　できた<BR>kokomo の　くつした<BR><BR>いとまきまき　いとまきまき<BR>ひいてひいて　トントントン<BR>いとまきまき　いとまきまき<BR>ひいてひいて　トントントン<BR>できた　できた<BR>kokomo の　てぶくろ<BR>';
	document.getElementById('title').innerHTML = 'Ito Maki Maki';
	document.getElementById('img').src = 'imgs/itomakimaki.jpg';
	file = 'mp3/itomakimaki.mp3';
  }
  else if (file == 'littlelightofmine') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = "This little light o' mine, I'm gonna let it shine<br>This little light o' mine, I'm gonna let it shine<br>This little light o' mine, I'm gonna let it shine<br>Let it shine, let it shine, let it shine.<br>I won’t let anyone blow it out, I’m gonna let it shine<br>I won’t let anyone blow it out, I’m gonna let it shine<br>I won’t let anyone blow it out, I’m gonna let it shine<br>Let it shine, let it shine, let it shine.<br>I’ll take this light around the world,I’m gonna let it shine<br>I’ll take this light around the world,I’m gonna let it shine<br>I’ll take this light around the world,I’m gonna let it shine<br>Let it shine, let it shine, let it shine.";
	document.getElementById('title').innerHTML = 'Little Light of Mine';
	document.getElementById('img').src = 'imgs/littlelightofmine.jpg';
	file = 'mp3/littlelightofmine.mp3';
  }
  else if (file == 'oldmcdonald') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = "Old MacDonald had a farm, E-I-E-I-O<br>And on that farm he had an elephant , E-I-E-I-O<br>With a [animal noise twice] here and a [animal noise] there<br>Here a [animal noise], there a [animal noise], everywhere a [animal noise]<br> Old MacDonald had a farm, E-I-E-I-O<br>And on that farm he had a snake<br>And on that farm he had a Lion<br>And on that farm he had a Monkey<br>And on that farm he had a Crocodile";
	document.getElementById('title').innerHTML = 'Old McDonald';
	document.getElementById('img').src = 'imgs/oldmcdonald';
	file = 'mp3/oldmcdonald';
  }
  else if (file == 'pitterpatter') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = "Pitter patter, pitter patter<br>I can hear the rain<br>Pitter patter, pitter patter<br>I can hear the rain<br>Ooohh, ohhh, ohhhh, ohhhh<br>I can hear the wind<br>Ooohh, ohhh, ohhhh, ohhhh<br>I can hear the wind";
	document.getElementById('title').innerHTML = 'Pitter Patter';
	document.getElementById('img').src = 'imgs/pitterpatter.jpg';
	file = 'mp3/pitterpatter.mp3';
  }
  else if (file == 'applesong') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = "Oh way up high<br>In the apple tree<br>Two little apples<br>Were looking down at me<br>I shook the tree <br>Just as hard as I could<br>Down came the apples <br>And, they were good<br>Yum, yum! ";
	document.getElementById('title').innerHTML = 'The Apple Song';
	document.getElementById('img').src = 'imgs/applesong.jpg';
	file = 'mp3/applesong.mp3';
  }
  else if (file == 'frogsong') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = "M, m when the little green frog one day<br>M, m when the little green frog<br>M,m when the little green frog one day<br>And the frog went m, m brrrrrrr!<br>But… <br>we know frogs go<br>La-ri-ra-ri-da<br>La-ri-ra-ri-da<br>La-ri-ra-ri-da<br>We know frogs go<br>La-ri-ra-ri<br>And they don’t go<br>M,m brrrrrrrr!";
	document.getElementById('title').innerHTML = 'The Frog Song';
	document.getElementById('img').src = 'imgs/frogsong.jpg';
	file = 'mp3/frogsong.mp3';
  }
  else if (file == 'weather') {
document.getElementById('lyric').contentWindow.document.body.innerHTML = "What’s the Weather?<br>What’s the Weather?<br>What’s the Weather like today?<br>Is it windy?<br>Is it cloudy?<br>is there rain? <br>Or is there sun?";
	document.getElementById('title').innerHTML = "What’s the Weather";
	document.getElementById('img').src = 'imgs/weather.jpg';
	file = 'mp3/weather.mp3';
  }

if(dewp!=null) {
	dewp.dewset(file);
  }
}
