function PrintContent(ContentId,strPicsPath,strIncludePath) 
{
strNewWindow = '<?xml version="1.0" encoding="utf-8"?>\n';
strNewWindow = strNewWindow + '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n';
strNewWindow = strNewWindow + '<html>\n';
strNewWindow = strNewWindow + '<head>\n';
strNewWindow = strNewWindow + '<title></title>\n';
strNewWindow = strNewWindow + '<link href="' + strIncludePath + 'layout.css" rel="stylesheet" type="text/css"/>\n';
strNewWindow = strNewWindow + '</head>\n';
strNewWindow = strNewWindow + '<body class="print" onload="javascript:this.window.print(),self.close();">\n';
strNewWindow = strNewWindow + '<!-- start of send to friend block -->\n';
strNewWindow = strNewWindow + '<form action="#">\n';
strNewWindow = strNewWindow + '<!-- start of header title -->\n';
strNewWindow = strNewWindow + '<div class="printheader">\n';
strNewWindow = strNewWindow + '<table cellpadding="0" cellspacing="0" border="0" width="100%">\n';
strNewWindow = strNewWindow + '<tr>\n';
strNewWindow = strNewWindow + '<td><!--<h6>PRINT: Object or Article Detail</h6>--></td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '</table>\n';
strNewWindow = strNewWindow + '</div>\n';
strNewWindow = strNewWindow + '<!-- end of header title -->\n';
strNewWindow = strNewWindow + '<table cellpadding="0" cellspacing="0" border="0" width="100%">\n';
strNewWindow = strNewWindow + '<tr class="spacer">\n';
strNewWindow = strNewWindow + '<td style="height:11px;"><p style="width:6px;"></p></td>\n';
strNewWindow = strNewWindow + '<td style="background:url(' + strPicsPath + 'cornerLeft.gif) no-repeat top left;width:11px;height:11px;"></td>\n';
strNewWindow = strNewWindow + '<td class="white" colspan="3" style="height:11px;">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td style="background:url(' + strPicsPath + 'cornerRight.gif) no-repeat top right;width:11px;height:11px;"></td>\n';
strNewWindow = strNewWindow + '<td style="height:11px;"><p style="width:6px;"></p></td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '<tr>\n';
strNewWindow = strNewWindow + '<td><p style="width:6px;"></p></td>\n';
strNewWindow = strNewWindow + '<td class="white">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td class="white" align="left">\n';
strNewWindow = strNewWindow + '<!-- start of print -->\n';
strNewWindow = strNewWindow + document.getElementById(ContentId).innerHTML + '\n';
strNewWindow = strNewWindow + '<!-- end of print -->\n';
strNewWindow = strNewWindow + '<br/>\n';
strNewWindow = strNewWindow + '<table cellpadding="0" cellspacing="0" border="0" class="friendTable">\n';
strNewWindow = strNewWindow + '<tr>\n';
strNewWindow = strNewWindow + '<td align="top" class="disclaimer">\n';
strNewWindow = strNewWindow + 'DISCLAIMER: Although the utmost care has been taken in the preparation and maintenance of this site and the links to other sites of Search Engineering and Consultancy and other companies related to it, Search cannot guarantee - and neither can the Search companies the links lead to - that the information is complete, up-to-date and/or correct. Search Engineering and Consultancy shall therefore not be liable for damages arising out of the information or the use of information on this website and the sites linked to it. The same applies to sites and/or information sources of Search companies which can be reached through links on this site or any other Search company site.\n';
strNewWindow = strNewWindow + '</td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '</table>\n';
strNewWindow = strNewWindow + '</td>\n';
strNewWindow = strNewWindow + '<td align="top" class="white">\n';
strNewWindow = strNewWindow + '<table border=0>\n';
strNewWindow = strNewWindow + '<tr><td><img src="' + strPicsPath + 'searchlogo.gif" alt="Search BV" align="left"/></td></tr>\n';
strNewWindow = strNewWindow + '<tr><td >&nbsp;</td></tr>\n';
strNewWindow = strNewWindow + '<tr><td><b>Contact:</b></td></tr>\n';
strNewWindow = strNewWindow + '<tr><td >&nbsp;</td></tr>\n';
strNewWindow = strNewWindow + '<tr>\n';
strNewWindow = strNewWindow + '<td><b>\n';
strNewWindow = strNewWindow + 'Heeswijk (Head office)<br/>\n';
strNewWindow = strNewWindow + '+31 (0)413 29 29 82<br/><br/>\n';
strNewWindow = strNewWindow + 'Amsterdam<br/>\n';
strNewWindow = strNewWindow + '+31 (0)20 506 16 16<br/><br/>\n';
strNewWindow = strNewWindow + 'Groningen<br/>\n';
strNewWindow = strNewWindow + '+31 (0)50 571 24 90\n';
strNewWindow = strNewWindow + '</b>\n';
strNewWindow = strNewWindow + '</td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '</table>\n';
strNewWindow = strNewWindow + '<td class="white">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td class="white" style="width:11px;">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td><p style="width:6px;"></p></td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '<tr class="liner">\n';
strNewWindow = strNewWindow + '<td style="height:11px;"><p style="width:6px;"></p></td>\n';
strNewWindow = strNewWindow + '<td style="background:url(' + strPicsPath + 'cornerDownLeft.gif) no-repeat bottom left;width:11px;height:11px;">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td class="white" colspan="3" style="height:11px;">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td style="background:url(' + strPicsPath + 'cornerDownRight.gif) no-repeat bottom right;width:11px;height:11px;">&nbsp;</td>\n';
strNewWindow = strNewWindow + '<td style="height:11px;"><p style="width:6px;"></p></td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '<tr>\n';
strNewWindow = strNewWindow + '<td colspan="5" style="height:6px;padding:0px;"></td>\n';
strNewWindow = strNewWindow + '</tr>\n';
strNewWindow = strNewWindow + '</table>\n';
strNewWindow = strNewWindow + '</form>\n';
strNewWindow = strNewWindow + '<!-- end of send to friend block -->\n';
strNewWindow = strNewWindow + '</body>\n';
strNewWindow = strNewWindow + '</html>\n';
 
  PopWin = window.open('','Print','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600,left = 200,top = 150');
  PopWin.document.write(strNewWindow);
  PopWin.document.close();
  return false;
}
