function flash_home(){

  if( document.getElementById('box_flash_home')){
	  //document.getElementById('box_flash_home').style.height = '270px'
	  var fo = new SWFObject("../swf/main.swf", "my", "961", "270", "8.0.0.24", "#FFF", true);
	   fo.addParam("quality", "high");
	   fo.addParam("scale", "noscale");
	   //fo.addParam("wmode", "transparent");
	   fo.write("box_flash_home");
  }

}
function init(){
	flash_home();
	intercetta();
}