function flashWrite( id, flashUri, vWidth, vHeight, val ) {

   var _obj_ = "";



   _obj_ = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + vWidth + '" height="' + vHeight + '" id="' + id + '" align="middle">';

	_obj_ += '<param name="movie" value="' + flashUri + '" />';

   _obj_ += '<param name="quality" value="high" />';

   _obj_ += '<param name="wmode" value="transparent" />    ';

	_obj_ += '<param name="menu" value="false" />    ';

   _obj_ += '<param name="bgcolor" value="#ffffff" />        ';

   _obj_ += '<param name="FlashVars" VALUE="PageNum='+val+'">      ';

   _obj_ += '<embed src="' + flashUri + '" quality="high" wmode="transparent" bgcolor="#ffffff" width="' + vWidth +'" height="' + vHeight + '" id="' + id + '" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>    ';

   _obj_ += '</object>';

   document.writeln( _obj_ );

}



	/*******************************************************************

	// popup_cwindow : ÆË¾÷Ã¢À» È­¸é Áß¾Ó¿¡ ¶ç¿ò

	// ÀÎ¼ö : URL, Ã¢ÀÌ¸§, ³ÐÀÌ, ³ôÀÌ, ½ºÅ©·Ñ ¿©ºÎ[, ±×¿Ü ÀÎ¼ö]

	// ¸®ÅÏ°ª : window °´Ã¼

	*******************************************************************/

	function popup_cwindow(pageurl, winname, w, h, scroll, attr)

	{	// attr = ',resizable=no, status=yes';

		if(typeof(attr) == "undefined")

			attr = "";

		var leftpos = (screen.width) ? (screen.width-w)/2 : 0;

		var toppos = (screen.height) ? (screen.height-h)/2 : 0;

		var settings = 'height='+h+',width='+w+',top='+toppos+',left='+leftpos+',scrollbars='+scroll + attr;

		var win = window.open(pageurl, winname, settings);

		return win;

	}
	
	
	
	
	
	
	
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

// JScript source code

//ÇÃ·¡½¬ »ðÀÔ ½ºÅ©¸³Æ®
function file_swf(src, w, h)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/cabs/flash/swflash.cab#version=2,0,0,11" width="'+w+'" height="'+h+'" name=movie>';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="wmode" value="transparent">'; //ÇÃ·¡½Ã Åõ¸íÇÏ°Ô ºÒ·¯¿È
//	html += '<param name="quality" value="high">';
	html += '<param name="menu" value="false">';
	html += '<param name="bgcolor" !value="transparent">';
	html += '<param name="swliveconnect" value="true">';
	html += '<embed src="'+src+'" quality=high bgcolor="transparent" width="'+w+'" height="'+h+'" loop=true quality=high type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>';
	html += '<\/object>';
	document.write(html);
}

//ÀÎÆ®·Î ¸Þ´º----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
function intro_menu_01(){ //·¹½ºÅä¶û
	location.href = "http://www.seoulcinema.com/_movieinfo/movie_1.htm";
}
