/* À̸ÞÀÏ:heyjou@hotmail.com ¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á ¡á¡á file = ÆÄÀÏ¸í ¡á¡á version = ¹öÁ¯ ¡á¡á quality = Ç°Áú ¡á¡á id = ¾ÆÀ̵𰪠¡á¡á width = ³ÐÀÌ°ª ¡á¡á height = ³ôÀÌ°ª ¡á¡á wmode = Åõ¸í¸ðµå ¡á¡á color = ¹è°æ»ö»ó ¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */ function flash(file,version,quality,id,width,height,wmode,color) { //ÆÄÀÏ°ª ÀÖ´ÂÁö üũ if(file == ''||file == "") var file = 'random_file' + Math.round(Math.random()*10); //¹öÁ¯°ª ÀÖ´ÂÁö üũ if(version == ''||version == "") var version = '8'; //Ä÷¸®Æ¼°ª üũ if(quality == ''||quality == "") var quality = 'best'; //¾ÆÀ̵𰪠üũ if(id == ''||id == "") var id = 'random_id' + Math.round(Math.random()*10); //width°ª üũ if(width == ''||width == "") var width = '100%'; //height°ª üũ if(height == ''||height == "") var height = '100%'; //¹è°æ»ö üũ if(color == ''||color == "") var color = '#ffffff'; document.write(''); document.write(''); document.write(''); //Åõ¸íó¸® if(wmode == 'yes' || wmode == '1') document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); }