// NOTE MAC ie5 can't do a scripted print!
if (parent.ie5Mac==true){
	document.write('<img src="images/blank.gif" alt="" width="15" height="2" border="0"><a href="javascript:alert(\'sorry - your browser does not support automated printing...\')"><img src="images/print_but.gif" alt="print this page" width="92" height="18" border="0"></a><br><br>');
}else if (parent.ie5Mac==false && is.ie){ 
	document.write('<img src="images/blank.gif" alt="" width="15" height="2" border="0"><a href="javascript:printFrame(parent.mainBody)"><img src="images/print_but.gif" alt="print this page" width="92" height="18" border="0"></a><br><br>');
}else{
	document.write('<img src="images/blank.gif" alt="" width="15" height="2" border="0"><a href="javascript:print();"><img src="images/print_but.gif" alt="print this page" width="92" height="18" border="0"></a><br><br>');
}