//複製字串到剪貼簿
function EmJsCpTextarea(ta) {
	var CB = ta.createTextRange();
	CB.execCommand("Copy");
}

//移到編輯
function EmJsEditBook(Index) {
	document.forms['ManagerForm'].id.value = Index;
	document.forms['ManagerForm'].pwd.focus();
}

//縮圖設定
var rmw_max_width = 430;
var rmw_border_1 = '';
var rmw_border_2 = '';
var rmw_image_title = '';