function PlaySong() 
{




contents= "<h1>akwukwo na atu uto</h1><br>" ; 

contents+= "akwukwo na atu uto." ; 

contents+= "<form><input type='submit' value='Close' " ; contents+= "onclick='window.close(); return false;'></form>" ; Win1=window.open( '' , 'Window1' , 'resizable,height=200,width=200' ); 

Win1.document.writeln(contents); 



Win1.document.write('<bgsound SRC="Language/Igbo/songs/akwukwo_na_atu_uto.wav" AUTOSTART=true LOOP=1>');

} 


