function PrintWhiteSpace(printThis, vYear){

	var win=null;

	win = window.open();

	self.focus();

	win.document.open();

	win.document.write('<'+'html'+'><'+'head'+'>');

	win.document.write('<link href="formtables.css" rel="stylesheet" type="text/css" />');

	win.document.write('<link href="deals.css" rel="stylesheet" type="text/css" />');

	win.document.write('<link href="tables.css" rel="stylesheet" type="text/css" />');

	win.document.write('<link href="printer.css" rel="stylesheet" type="text/css" /><'+'/'+'head'+'><'+'body'+' class="thrColLiqHdr">');

	win.document.write('<'+'div align=center'+'>'+'<'+'img src="eventvaluesBanner.jpg"'+'>'+'<'+'br'+'>');

	win.document.write('<font size=6>www.eventvalues.com</font><br></div>');

	win.document.write('<div id="container"><div id="mainContent">'+printThis+'</div></div>');

	win.document.write('<div align=center><br>info@eventvalues.com | (201) 888-3147<br><br>&copy; '+vYear+' Event Values, LLC<br><br>Site Built and Maintained by Johnny Stenson</div>');

	win.document.write('<'+'/'+'body'+'><'+'/'+'html'+'>');

	//win.print();

	win.document.close();



}

