function EmbedTag(menu_width, menu_height, menu_path)
{
	var embedTag = ''
	+ ' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="'+menu_width+'" height="'+menu_height+'">'
	+ ' <param name=movie value="'+menu_path+'">'
	+ ' <param name=quality value=high>'
	+ ' <embed src="'+menu_path+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+menu_width+'" height="'+menu_height+'">'
	+ ' </embed> '
	+ ' </object>';
	
	document.write(embedTag);
}

function sbsEmbedTag()
{
	var embedTag = ''
	+ ' <OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"  standby="Loading Microsoft Windows Media Player components..."  type="application/x-oleobject"  width="340"  height="320">'
	+ ' '
	+ ' <PARAM NAME="FileName" VALUE="http://playlist.yahoo.co.kr/makeplaylist.php?cp=sbs&id=20030731195237">'
	+ ' <PARAM NAME="AnimationatStart" VALUE="false">'
	+ ' <PARAM NAME="TransparentatStart" VALUE="true">'
	+ ' <PARAM NAME="AutoStart" VALUE="true">'
	+ ' <PARAM NAME="AutoSize" VALUE="true">'
	+ ' <PARAM NAME="ShowControls" VALUE="true">'
	+ ' <PARAM NAME="ShowStatusBar" VALUE="true">'
	+ ' <PARAM NAME="Volume" value="-600">'
	+ ' </OBJECT>';
	
	document.write(embedTag);
}

function MainEmbedTag(args)
{
	var embedTag = '';
	if(args == "1")
	{
		embedTag = ''
		+ ' <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="562" height="250">'
		+ ' <param name="movie" value="http://www.jajae.co.kr/main_flash/center_flash.swf">'
		+ ' <param name="quality" value="high">'
		+ ' <embed src="http://www.jajae.co.kr/main_flash/center_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="562" height="250"></embed>'
		+ ' </object>';
	}
	else
	{
		embedTag = ''
		+ ' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="140" height="45">'
		+ ' <param name=movie value="http://www.jajae.co.kr/banner/doctor_jajae.swf">'
		+ ' <param name=quality value=high>'
		+ ' <embed src="http://www.jajae.co.kr/banner/doctor_jajae.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="140" height="45"> '
		+ ' </embed> </object> ';
	}
	document.write(embedTag);
}

function boardhong01Embed()
{
	var embedTag = '<object type="text/x-scriptlet" width=100% height="100%" data="http://www.jajae.co.kr/zboard/board.cgi?companypr=page=1"></object> ';
	document.write(embedTag);
}

function boardhong02Embed()
{
	var embedTag = '<object type="text/x-scriptlet" width=100% height="100%" data="http://www.jajae.co.kr/zboard/board.cgi?productpr=page=1"></object> ';
	document.write(embedTag);
}

function boardjaEmbed()
{
	var embedTag = '<object type="text/x-scriptlet" width=100% height="100%" data="http://www.jajae.co.kr/zboard/board.cgi?jaryo=page=1"></object> ';
	document.write(embedTag);
}

function boardqEmbed()
{
	var embedTag = '<object type="text/x-scriptlet" width=100% height="100%" data="http://www.jajae.co.kr/zboard/board.cgi?qna=page=1"></object> ';
	document.write(embedTag);
}

function boardsinEmbed()
{
	var embedTag = '<object type="text/x-scriptlet" width=100% height="100%" data="http://www.jajae.co.kr/zboard/board.cgi?newtech=page=1"></object> ';
	document.write(embedTag);
}

function dhEmbed(menu_width, menu_height, menu_path)
{
	var embedTag = ''
	+ ' <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="'+menu_width+'" height="'+menu_height+'">'
	+ ' <param name="movie" value="'+menu_path+'">'
	+ ' <param name="quality" value="high">'
	+ ' <param name=wmode VALUE=transparent>'
	+ ' <embed src="'+menu_path+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+menu_width+'" height="'+menu_height+'"></embed></object>';
	
	document.write(embedTag);
}