// JavaScript Document function menu() { document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("<\/tr>"); document.writeln(""); document.writeln("
Home<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("About Us<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("Services<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("Publications<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("People<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("News<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("Careers<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("Contact Us<\/a><\/td>"); document.writeln("<\/td>"); document.writeln("<\/td>"); document.writeln("<\/tr>"); document.writeln("

Printer friendly page
<\/td>"); document.writeln("<\/tr>"); document.writeln("<\/table>") } function footer() { document.writeln("Legal Notices and Disclaimers<\/a> | Privacy Policy<\/a> | Sitemap<\/a>
"); document.writeln("Copyright and Database Right Hiswara Bunjamin & Tandjung ©2008. All Rights Reserved") } function PrintFriendlyView() { var path = location.href; var i = path.lastIndexOf('/'); var j = path.lastIndexOf('.'); var filename = path.substring(i+1,path.length); if (filename.indexOf("?") != -1) { window.open('' + filename + '&print=friendly','', 'height=600, width=620, top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no'); } else { window.open('' + filename + '?print=friendly','', 'height=600, width=620, top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no'); } }