function launch_flash(args) {
    var params = {
        scale: "noscale",
        allowFullScreen: "true",
		wmode: "window"
    };
    var attributes = {id: 'flashContainer'};
    var flashvars = {
        lg: args.lang
    };

    if (screen.height <= 800) {
      swfobject.createCSS("#wrapper", " width: 902px; height: 642px;  margin-top: -328px; margin-left: -455px;");
    }
    else {
      swfobject.createCSS("#wrapper", " height: 730px;");
    }

    swfobject.createCSS("#nojs", "display:none;");
	swfobject.createCSS("#noflash", "display:block;");
    swfobject.embedSWF("/issey_miyake.swf", "flashContainer", "100%", "100%", "8.0.0", "#FFFFFF", flashvars, params, attributes);
    


}

function havas_tag (floodlight_tag) {

    var fl_div;
    
    if(document.getElementById("DCLK_FLDiv")) {
        fl_div=document.getElementById("DCLK_FLDiv");
    } else {
        fl_div=document.body.appendChild(document.createElement("div"));
        void(fl_div.setAttribute("id","DCLK_FLDiv"));
        void(fl_div.style.position="absolute");
        void(fl_div.style.visibility="hidden");
        void(fl_div.style.top="0px");
    }
    void(fl_div.innerHTML='<iframe id="DCLK_FLIframe" src="'+floodlight_tag+'"></iframe>');


}

