function PrintDocument(title)
{
	var leftPos=(screen.availWidth-800)/2;
	var topPos=(screen.availHeight-600)/2;
	var PopupWindow = window.open('','PopupWindow','width=800,height=600,scrollbars=yes,resizable=yes,titlebar=0,top='+topPos+',left='+leftPos);
	PopupWindow.document.open();
	PopupHTML='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
	PopupHTML+='<head><title>'+title+'</title>';
	PopupHTML+='<LINK href="/css/common.css" type="text/css" rel="stylesheet">';
	PopupHTML+='<LINK href="/css/sub.css" type="text/css" rel="stylesheet">';
	PopupHTML+='<LINK href="/css/print.css" type="text/css" rel="stylesheet">';
	PopupHTML+='<style type="text/css">.style2 { COLOR: #990000 }.style4 { FONT-WEIGHT: bold; COLOR: #990000 }.style5 { FONT-WEIGHT: bold; FONT-SIZE: 8px; COLOR: #450241; TEXT-ALIGN: left }.style6 { FONT-SIZE: 10px }.style7 { COLOR: #ffffff }.style8 { PADDING-RIGHT: 10px; DISPLAY: block; FONT-SIZE: 11px; TEXT-ALIGN: justify }</style>';
	PopupHTML+='<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">';
	PopupHTML+='</head><body>';
	PopupHTML+='<div id="sub_main_print_catalogue"><div id="content_catalogue">';
	PopupHTML+='<div id="header"><img src="/images/Untitled-9.jpg" alt="p" /></div>';
	PopupHTML+='<div id="title_print">';
	PopupHTML+=document.getElementById('title_thegioitin').innerHTML;
	PopupHTML+='<br /><div style="background:#EEE;padding:5px;"><a href="javascript:window.print();"><img border="0" alt="" src="/images/Print.gif" style="cursor: pointer;"/>&nbsp;In bài này</a><hr/>';
	PopupHTML+='</div>';
	PopupHTML+='</div>';
	//PopupHTML+=document.getElementById('table_catalogue_4').innerHTML;
	PopupHTML+='<div class="item_b5" style="text-align:justify;">';
	PopupHTML+=document.getElementById('object').innerHTML;
	PopupHTML+='</div>';
	PopupHTML+='<div id="footer"><div class="item"><span class="style2">MyCar®</span> is The Trade Mark of Posinvest JSC</div><div class="item">GP số: 216/GP- CBC do Bộ Thông Tin và Truyền Thông cấp ngày 13/05/2008</div><div class="item">Tel/ Fax: <strong>(+84.43) 5 641287</strong> - Email:<span class="style2"> lienhe@MyCar.vn</span></div></div>';
	PopupHTML+='</div>';
	PopupHTML+='</div></body></html>';
	PopupWindow.document.write(PopupHTML);
	PopupWindow.document.close();
};

function PrintDocument_content(title)
{
	var leftPos=(screen.availWidth-800)/2;
	var topPos=(screen.availHeight-600)/2;
	var PopupWindow = window.open('','PopupWindow','width=800,height=600,scrollbars=yes,resizable=yes,titlebar=0,top='+topPos+',left='+leftPos);
	PopupWindow.document.open();
	PopupHTML='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
	PopupHTML+='<head><title>'+title+'</title>';
	PopupHTML+='<LINK href="/css/common.css" type="text/css" rel="stylesheet">';
	PopupHTML+='<LINK href="/css/sub.css" type="text/css" rel="stylesheet">';
	PopupHTML+='<LINK href="/css/print.css" type="text/css" rel="stylesheet">';
	PopupHTML+='<style type="text/css">.style2 { COLOR: #990000 }.style4 { FONT-WEIGHT: bold; COLOR: #990000 }.style5 { FONT-WEIGHT: bold; FONT-SIZE: 8px; COLOR: #450241; TEXT-ALIGN: left }.style6 { FONT-SIZE: 10px }.style7 { COLOR: #ffffff }.style8 { PADDING-RIGHT: 10px; DISPLAY: block; FONT-SIZE: 11px; TEXT-ALIGN: justify }</style>';
	PopupHTML+='<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">';
	PopupHTML+='</head><body><div>';
	PopupHTML+='<div id="sub_main_print_catalogue"><div id="content_catalogue">';
	PopupHTML+='<div id="header"><img src="/images/Untitled-9.jpg"/></div>';
	PopupHTML+='<div id="title_print">';
	PopupHTML+=document.getElementById('title_thegioitin').innerHTML;
	PopupHTML+='<br /><div style="background:#EEE;padding:5px;"><a href="javascript:window.print();"><img border="0" alt="" src="/images/Print.gif" style="cursor: pointer;"/>&nbsp;In bài này</a><hr/>';
	PopupHTML+='</div>';
	PopupHTML+='</div>';
	PopupHTML+='<div class="item_b5" style="text-align:justify;">';
	PopupHTML+=document.getElementById('object').innerHTML;
	PopupHTML+='</div>';
	
	PopupHTML+='<div id="footer"><div class="item"><span class="style2">MyCar®</span> is The Trade Mark of Posinvest JSC</div><div class="item">GP số: 216/GP- CBC do Bộ Thông Tin và Truyền Thông cấp ngày 13/05/2008</div><div class="item">Tel/ Fax: <strong>(+84.43) 5 641287</strong> - Email:<span class="style2"> lienhe@MyCar.vn</span></div></div>';
	PopupHTML+='</div>';
	
	
	PopupHTML+='</div></div></body></html>';
	PopupWindow.document.write(PopupHTML);
	PopupWindow.document.close();
};

