// JavaScript Document
function open_win(who){
        win_features = 'toolbar=yes,menu=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500';
		who = '/printable/' + who + '_printable.htm';
        window.open(who,'print',win_features);
}