function play(myFlash) {
	document.getElementById(myFlash).SetVariable("player:jsPlay", "");
}
function pause(myFlash) {
	document.getElementById(myFlash).SetVariable("player:jsPause", "");
}
function stop(myFlash) {
	document.getElementById(myFlash).SetVariable("player:jsStop", "");
}
/*
function url() {
    document.getElementById(myFlash).SetVariable("player:jsUrl", "http://download.neolao.com/videos/garrison.flv");
}
function startImage() {
	document.getElementById(myFlash).SetVariable("player:jsStartImage", "rorobong.jpg");
}*/