function getflash(Url, w, h)
{
			/*			
			document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='850' height='244'>");
			document.write("<param name='movie' value='../images/subtop.swf?open_page=4'/>");
			document.write("<param name='quality' value='high'>");
			document.write("<embed src='../images/subtop.swf?open_page=4' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='850' height='244'></embed>");
			document.write("</object>"); 			
			*/

			document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+w+"' height='"+h+"'>");
			document.write("<param name='movie' value='"+Url+"'/>");
			document.write("<param name='quality' value='high'>");
			document.write("<embed src='"+Url+"' quality='high'  pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed>");
			document.write("</object>");

}

function getflash_exception(Url, w, h, room_type, room_no, room_count)
{
	
		/*
			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="650" height="400">
			  <param name="movie" value="image/kyunju.swf">
			  <param name="quality" value="high">
			  <param name="flashvars" value="room_type=<%=room_type%>&room_no=<%=room_no%>&room_count=<%=room_count%>">
			  <embed src="image/kyunju.swf" quality="high"  flashvars="room_type=<%=room_type%>&room_no=<%=room_no%>&room_count=<%=room_count%>" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="400"></embed>
		     </object>
		*/

			document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+w+"' height='"+h+"'>");
			document.write("<param name='movie' value='"+Url+"'/>");
			document.write("<param name='quality' value='high'>");
			document.write("<param name='flashvars' value='room_type="+room_type+"&room_no="+room_no+"&room_count="+room_count+"'>");
			document.write("<embed src='"+Url+"' quality='high'  flashvars='room_type="+room_type+"&room_no="+room_no+"&room_count="+room_count+"' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed>");
			document.write("</object>"); 

}


function getflash_exception_1(Url, w, h, mode)
{

	
		/*
			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="799" height="517">
        <param name="movie" value="images/kj.swf">
        <param name="quality" value="high">
		<param name="wmode" value="transparent">
        <embed src="images/kj.swf" wmode="transparent" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="799" height="517"></embed></object>
		*/

			document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+w+"' height='"+h+"'>");
			document.write("<param name='movie' value='"+Url+"'/>");
			document.write("<param name='quality' value='high'>");
			document.write("<param name='wmode' value='"+mode+"'>");
			document.write("<embed src='"+Url+"' wmode='"+mode+"'  quality='high'  pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed>");
			document.write("</object>"); 

}

function getflash_exception_2(Url, w, h)
{
			/*			
			<embed src="images/kj-down.swf" width="109" height="214"></embed>		
			*/
			document.write("<embed src='images/kj-down.swf' width='109' height='214'></embed>");
		

}

