/* ---------- External javascript for FLASH activation ------------ <> SIDE Inc. http://side.nu/ -- write header area -- -- write body area -- ----------------------------------------------------------------- */ function flash_activate(){ // ---- initialize tag string ---- var strObj = ' \n'; strEmb += 'src="' + nowVal + '" '; break; // ------ object-tag & embed-tag ------- case "width": case "height": case "align": case "vspace": case "hspace": case "class": case "title": case "accesskey": case "name": case "id": case "tabindex": strObj += nowKey + '="' + nowVal + '" '; strEmb += nowKey + '="' + nowVal + '" '; break; //-------- param & embed-tag --------- default: strPrm += ' '; strEmb += nowKey + '="' + nowVal + '" '; } } // ------- end of tag string ------- strObj += '>'; strEmb += 'type="application/x-shockwave-flash" '; strEmb += 'pluginspage="http://www.macromedia.com/go/getflashplayer" />'; // -------- output strings --------- document.write(strObj); document.write(strPrm); document.write(strEmb); document.write(''); }