// JavaScript Document
//************************************************************//
// this program by stendy b. sakur, sst						  //	
// pengajar pemrograman internet di universitas nusantara     //
// call : 081356159995, home:0431-815760                      //
// www.aliefweb.com                                           //
// email : stendy@aliefweb.com                                //
//************************************************************// 
var getid;
function berhenti(getid)
{
	document.getElementById(getid).stop();
}

function play(getid)
{
	document.getElementById(getid).start();
}
