function PrintPage() {



	
	x = document.getElementById("body-center-column").innerHTML
	x = x.replace(/<SCRIP/g,"<div style='display:none' ")
	x = x.replace(/<\/SCRIP/g,"</div ")
	x = x.replace(/<scrip/g,"<div  style='display:none' ")
	x = x.replace(/<\/scrip/g,"</div ")
	x = x.replace(/class=result-tools/g,"class=hide" )
	x = x.replace(/class=rss/g,"class=hide" )
	x = x.replace(/class=msg-positive/g,"class=hide" )
  
	x = x.replace(/class=paginate/g,"class=hide" )
	x = x.replace(/class=top-message/g,"" )

    PrintWindow = window.open("about:blank", "_blank",	"location=no,toolbar=no,status=no,menubar=no,scrollbars=yes,width=800,resizable=yes" )
//    PrintWindow = window.open("about:blank", "_blank",	"location=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,width=700" )
    PrintWindow.document.writeln('<link href="assets/css/tabs.css" rel="stylesheet" type="text/css" />')
    PrintWindow.document.writeln('<link href="assets/css/main.css" rel="stylesheet" type="text/css" />')
    PrintWindow.document.writeln('<link href="assets/css/main-override.css" rel="stylesheet" type="text/css" />')
    PrintWindow.document.writeln('<center><img src=assets/images/LearnquestLetterHeadLogo.jpg /></center>')


	PrintWindow.document.writeln('<style>table.upcoming-classes td {	font-size:8pt;} </style>') 


    PrintWindow.document.writeln('<div id=printwindow style="display:none" > ')
    PrintWindow.document.writeln('<div id="body-center-column" > ')



    PrintWindow.document.writeln(x)

	if (PrintWindow.document.getElementById("body-container")) {
		PrintWindow.document.getElementById("body-container").style.backgroundImage="none"
	}

    PrintWindow.document.body.style.backgroundImage="none"


    PrintWindow.document.writeln('</div  > ')
    PrintWindow.document.writeln('</div  > ')
	PrintWindow.document.getElementById("printwindow").style.width="700px"
	PrintWindow.document.getElementById("printwindow").style.marginLeft="0px"




    PrintWindow.document.body.style.backgroundColor="ffffff"



	if (PrintWindow.document.getElementById("body-center-column")) {
		PrintWindow.document.getElementById("body-center-column").style.width="700px"
		PrintWindow.document.getElementById("body-center-column").style.marginLeft="0px"
	}

	if (PrintWindow.document.getElementById("body-container")) {
		PrintWindow.document.getElementById("body-container").style.width="700px"
	}


	if (PrintWindow.document.getElementById("topmast-container")) {
		PrintWindow.document.getElementById("topmast-container").style.display="none"
	}

	if (PrintWindow.document.getElementById("body-left-column")) {
		PrintWindow.document.getElementById("body-left-column").style.display="none"
	}


	if (PrintWindow.document.getElementById("body-right-column")) {
		PrintWindow.document.getElementById("body-right-column").style.display="none"
	}


	if (PrintWindow.document.getElementById("locations")) {
		PrintWindow.document.getElementById("locations").style.display="none"
	}


	if (PrintWindow.document.getElementById("partners")) {
		PrintWindow.document.getElementById("partners").style.display="none"
	}


	if (PrintWindow.document.getElementById("foot-container")) {
		PrintWindow.document.getElementById("foot-container").style.display="none"
	}


	if (PrintWindow.document.getElementById("breadcrumb")) {
		PrintWindow.document.getElementById("breadcrumb").style.display="none"
	}


	if (PrintWindow.document.getElementById("print-page")) {
		PrintWindow.document.getElementById("print-page").style.display="none"
	}
	if (PrintWindow.document.getElementById("email-page")) {
		PrintWindow.document.getElementById("email-page").style.display="none"
	}



	if (PrintWindow.document.getElementById("no-print")) {
		PrintWindow.document.getElementById("no-print").style.display="none"
	}
	if (PrintWindow.document.getElementById("upcoming-classes")) {
		// PrintWindow.document.getElementById("upcoming-classes").style.display="none"
	}

	if (PrintWindow.document.getElementById("bottom-testing")) {
		PrintWindow.document.getElementById("bottom-testing").style.display="none"
	}
	if (PrintWindow.document.getElementById("googleurchin")) {
		PrintWindow.document.getElementById("googleurchin").style.display="none"
	}


	if (PrintWindow.document.getElementById("nudge")) {
		PrintWindow.document.getElementById("nudge").style.display="none"
	}
	if (PrintWindow.document.getElementById("")) {
		PrintWindow.document.getElementById("").style.display="none"
	}
	if (PrintWindow.document.getElementById("")) {
		PrintWindow.document.getElementById("").style.display="none"
	}



    PrintWindow.document.getElementById("printwindow").style.display=""

    PrintWindow.document.close()

    PrintWindow.print()


    // PrintWindow.close()



}

