function print_it() {
window.print();return false
} var _show_the_printers;
if (document.getElementById && document.getElementsByTagName) {
pl2stat = 'Print standard version of this article with all graphics and colour';
pl2 = '<li id="nextListPrintStandard"><a name="&amp;lid=Print+standard&amp;lpos=News+Article" href="jav'+'asc'+'ript:void(0);" onmouseover="window.status=\''+pl2stat+'\';return true" onmouseout="window.status = \'\';" onclick="return setPrintStyle(\'standard_printer\');" title=\''+pl2stat+'\';">&nbsp;<span class="nextminitxt">(or standard)</span></a></li>';
might_switch = 'setPrintStyle(\'friendly_printer\');';
function setPrintStyle(title) {
var i, a;
for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
a.disabled = true;
if(a.getAttribute("title") == title) a.disabled = false;
}
} print_it();
}
} else {
pl2 = '';
might_switch ='print_it();';
} pl1stat = 'Print friendly version of this article without all graphics and colour';
_show_the_printers = '<li id="nextListPrint"><a name="&amp;lid=Print&amp;lpos=News+Article" href="jav'+'asc'+'ript:void(0);" onmouseover="window.status=\''+pl1stat+'\';return true" onmouseout="window.status = \'\';" onclick="return '+might_switch+'" title=\''+pl1stat+'\';">&nbsp;<span class="nextminitxt">Print friendly page</span></a></li>';
_show_the_printers += pl2;
_show_the_printers += '<li id="nextListSplit"><span class="nextminitxt"> | </span></li>';
document.write(_show_the_printers);