function FLASH_ADS_DoFSCommand(command, args) {
	ads(command, args);
}
function ads(command, args){

	if("CLOSE"==args){
		document.getElementById("FLASH_ADS_CONTAINER").className = "FLASH_Hide";
	}
}

function doCoupon(){
		document.getElementById("FLASH_ADS_CONTAINER").className = "FLASHPos";
}