function doPrint()
{
	var adBegin="<!--DVNEWS_AD_BEGIN-->";
	var adEnd="<!--DVNEWS_AD_END-->";
	var body;
	var css;
	var str="<html>";
	str += "<head>";
	str += '<meta http-equiv="content-type" content="text/html; charset=gb2312">';
	str += '<title>'+document.title+'</title>';
	//str += '<link rel="stylesheet" href="../inc/print.css" type="text/css">';
	str += '<style type="text/css">';
	str += 'body { background:#FFFFFF; font-size: 12px; }';	
	str += 'td {  font-size: 12px}';
	str += 'a:link, a:visited {  color: #000000;text-decoration:none}';
	str += 'a:hover {  color: #003399; text-decoration:underline }';
	str += '.aTitle { font-size: 15px;font-weight:bold; }';
	str += '.TitleImg { BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid } ';	
	str += '</style>';
	str += "<body bgcolor=#ffffff topmargin=30 leftmargin=5 marginheight=50 marginwidth=5 onLoad='window.print();'>";
	str += document.all.printScript.innerHTML;
	str += "\n<script language=javascript>function doPrint(){window.print();}</script>";
	document.all.printHide1.style.display='none';
	document.all.printHide2.style.display='none';
	body= document.all.printBody.innerHTML;
	//È¥µô¹ã¸æ
	if (body.indexOf(adBegin)>=0)
	{
		str+=body.substr(0,body.indexOf(adBegin));
		str+=body.substr(body.indexOf(adEnd)+adEnd.length,body.length);
	}else{
		str+=body;
	}
	str += "</body></html>";
	document.write(str);
	document.close();
}

function bbimg(o){
	var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+'%';
	return false;
}
