function CallPrint(strid){
	var prtContent = document.getElementById(strid);
	var WinPrint =window.open('','','left=0,top=0,width=500,height=500,toolbar=0,scrollbars=0,status=0');
	//var WinPrint= new Object();
	WinPrint.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta name="google-site-verification" content="k_CUW2IW1m3y1WeZa_UF1HLXjNboorotQXb1OrNCii8" /><title>North London Motorcycle Training - CBT Training, Das Training Courses - Based in North West London</title>
  <meta name="title" content="North London Motorcycle Training Company in London - Call us Now on 020 8952 9622" />
  <meta name="description" content="North London Motorcycle Training Company in London are the Leading Specialists in this industry" />
  <meta name="keywords" content="North London Motorcycle Training Company in London, CBT London, DAS London, Motorcycle Training in London" />
  <meta http-equiv="Content-Language" content="English" />

  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>North London Motorcycle Training</title><link href="style.css" rel="stylesheet" type="text/css" /></head><body>' + prtContent.innerHTML + '</body></html>');
	//WinPrint.document.write(prtContent.innerHTML);
	WinPrint.document.close();
	WinPrint.focus();
	WinPrint.print();
	WinPrint.close();
	//prtContent.innerHTML=strOldOne;

}
