function playWM( sample ) {
	WM.FILENAME = "http://www.tourinthai.com/vdo/wmv/" + sample;
	WM.play();
}
function stopme() {
	WM.stop();
}

