function Play_Flash()
{
	swf_html = '';
	swf_html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="463" height="46">';
	swf_html += '<param name="allowScriptAccess" value="always">';
	swf_html += '<param name="movie" value="http://ticketimage.interpark.com/TicketImage/global/header/090601/sm_ticket.swf">';
	swf_html += '<param name="quality" value="high">';
	swf_html += '<embed src="http://ticketimage.interpark.com/TicketImage/global/header/090601/sm_ticket.swf" quality="high" bgcolor="#FFFFFF" width="463" height="46"  allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">';
	swf_html += '</object>';
	document.write(swf_html);
}

function Movie_Flash()
{
	document.writeln("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='668' height='34' id=ShockwaveFlash2>");
	document.writeln("<param name='allowScriptAccess' value='always'>");
	document.writeln("<param name='movie' value='http://ticketimage.interpark.com/New_ent/top/movie_navi.swf'>");
	document.writeln("<param name='quality' value='high'>");
	document.writeln("<embed src='http://ticketimage.interpark.com/New_ent/top/movie_navi.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='657' height='34'></embed>");
	document.writeln("</object>");
}


function Community_Flash()
{
	document.writeln("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'     codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='619' height='34' id=ShockwaveFlash1>");
	document.writeln("<param name='allowScriptAccess' value='always'>");
	document.writeln("<param name='movie' value='http://ticketimage.interpark.com/New_ent/top/02service.swf'>");
	document.writeln("<param name='quality' value='high'>");
	document.writeln("<embed src='http://ticketimage.interpark.com/New_ent/top/02service.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='619' height='34'></embed>");
	document.writeln("</object>	");
}

function Nav_Search()
{	
	var o = document.getElementById("Nav_SearchWord");
	if(o != null)
		if(o.value != "")
			top.location.href = "http://bsearch.interpark.com/dsearch/ticket.jsp?query=" + o.value;
		else
			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
}

function Nav_MovieSearch()
{	
	var o = document.getElementById("Nav_SearchWord");
	if(o != null)
		if(o.value != "")
			top.location.href = "http://bsearch.interpark.com/dsearch/ticket.jsp?from=movie&query=" + o.value;
		else
			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
}

function Nav_TheatherSearch()
{	
	var o = document.getElementById("Nav_SearchWord");
	if(o != null)
		if(o.value != "")
			top.location.href = "http://movie.interpark.com/Movie/Theater/Search_Result.asp?searchtxt=" + o.value;
		else
			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
}

function TicketMain_Flash()
{
	//ff3.0 ¶«½Ã ÇÑÁÙ·Î ¸¸µë
	swf_html = '';
	swf_html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="463" height="46">';
	swf_html += '<param name="allowScriptAccess" value="always">';
	swf_html += '<param name="movie" value="http://ticketimage.interpark.com/TicketImage/global/header/090601/sm_ticket.swf">';
	swf_html += '<param name="quality" value="high">';
	swf_html += '<embed src="http://ticketimage.interpark.com/TicketImage/global/header/090601/sm_ticket.swf" quality="high" bgcolor="#FFFFFF" width="463" height="46"  allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">';
	swf_html += '</object>';
	document.write(swf_html);
}	

