function main_object(url,width,height) {
		document.write('<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="'+width+'" height="'+height+'"><param name="movie" value=" '+ url +' "><param name="quality" value="high"><embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>');
}

function ftp_object(url,width,height) {
	document.write('<object id=PhotoUploader classid="clsid:02E06BF5-440F-4BB5-B91E-ECAF7198A62C" codebase="PPHOTOUP.CAB#version=1,0,0,19" width="650" height=500 align=center hspace=0 vspace=0>');
	document.write('<param name="lic"					value="5AsUZAPdTC1TP4mj49UqtEzFkVxKMWV9pTjm/ZxdWSi8byV3k+oypwu6AW9uX">');
	document.write('<param name="PostURL" 				value="source/photoprint_ftp/upload.php">');
	document.write('<param name="VarNameOfInputFile"	value="userfile">');
	document.write('<param name="FolderTreeWidth"		value="193">');
	document.write('<param name="TransferListHeight"	value="200">');
	document.write('<param name="OrderListWidth"		value="300">');
	document.write('<PARAM name="ThumbnailWidth"		value="100">');
	document.write('<PARAM name="ThumbnailHeight"		value="100">');
	document.write('<PARAM name="PreviewWidth"		value="100">');
	document.write('<PARAM name="PreviewHeight"		value="100">');
	document.write('<param name="FileExt"				value="*.jpg;*.jpeg;*.bmp;*.gif">');
	document.write('<param name="MaxFileSize"			value="11048576000">');
	document.write('<param name="TransferConfirm"		value="">');
	document.write('<PARAM name="VarNameOfThumbnail"	value="thumbnail">');
	document.write('<param name="ReturnFullName"		value="false">');
	document.write('<param name="StatusText"			value="ActiveX¸¦ ½ÃÀÛÇÏ°Ú½À´Ï´Ù. ÀÌ¿ëÇØ ÁÖ¼Å¼­ °¨»çÇÕ´Ï´Ù. paransoft">');
	document.write('<param name="ShowHelp"			value="false">');
	document.write('<PARAM name="ViewStyle"				value="3">');
	document.write('<PARAM name="ShowHelpButton"		value="">');
	document.write('<PARAM name="Delay" 				value="300">');
	document.write('<PARAM name="MinResolution"			value="300000">');
	document.write('<PARAM name="MaxNumberOfFile"		value="999999">');
	document.write('<PARAM name="MinNumberOfFile"		value="1">');
	document.write('<PARAM name="BackgroundImage"		value="">');
	document.write('<span style="color:red"><br><br></span> ');
	document.write('<fieldset style="PADDING-RIGHT: 7px; PADDING-LEFT: 7px; BORDER-LEFT-WIDTH: 20px; PADDING-BOTTOM: 7px; WIDTH: 600; PADDING-TOP: 7px">');
	document.write('<span style="color:red"> »õ·Î °íÄ§ÇÑ ÈÄ ¼³Ä¡Ã¢ ³ª¿ÔÀ» ¶§ "¿¹"¸¦ ´­·¯ÁÖ¼¼¿ä. ¼³Ä¡ÇÏÁö ¾ÊÀ¸¸é »çÁøÀ» ¿Ã¸± ¼ö ¾ø½À´Ï´Ù. </span> ');
	document.write('</fieldset>');
	document.write('</object>');
}

