// reference from aouoo function showFlashObject(objID, objSource, objWidth, objHeight, objQuality, objWmode, objBgcolor) { //page url var pageUrl = self.window.location.href; if(pageUrl.substring(0,5) == 'https') { swfUrl = "https"; } else { swfUrl = "http"; } /* Default Value Setting */ if (objID == "") objID = 'ShockwaveFlash1'; if (objWidth == "") objWidth = '0'; if (objHeight == "") objHeight = '0'; if (objQuality == "") objQuality = 'best'; if (objWmode == "") { objWmode = 'transparent'; } else { objWmode = ''; } /* Flash 8.0 version */ document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); }