function playme() {
if (window.document["mytopFlashID"]) {
window.document["mytopFlashID"].Play();
}
}

function goAndPlayFrame(frameId) {
if (window.document["mytopFlashID"]) {
window.document["mytopFlashID"].GotoFrame(frameId);
window.document["mytopFlashID"].Play();
}
}
