// JavaScript Document

function advert1_DoFSCommand(command,args) {
	if (command=="finish") {
		o=document.getElementById('flashcont');
		o.style.zIndex=-1;
	}
}