function newscham_check_write(mode,TheForm,opt,antidobae) {
	if(check_write(TheForm,opt,antidobae) == false) return false;
	if(mode !="modify" && TheForm.file1.value == "") {
		alert("기사목록사진을 입력하세요");
		TheForm.file1.focus();
		return false;
	}
	return true;
}

function putFlashObject(url, width, height) {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="' + width +'" height="' + height + '" border="0"><param name="movie" value="' + url + '"><param name="play" value="true"><param name="loop" value="true"><param name="menu" value="true"><param name="quality" value="high">');
  document.write("<embed src='" + url + "' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "'></embed>");
  document.write("</object>");
}
