function purchasingsteps(which) {
	var str = '<table width="137" border="0" cellspacing="0" cellpadding="5" height="208">';
	str += '  <tr>';
	str += '    <td align="right" height="3"></td>';
	str += '  </tr>';
	str += '  <tr> ';
	str += '    <td><img src="../images1/left_menu/icon_' + ((which>1)? 'ok' : 'no') + '.gif" width="18" height="18" border="0" alt=""><img src="../images1/left_menu/point_1' + ((which!=1)? '' : '_over') + '.gif" width="13" height="17"><img src="../images1/left_menu/login' + ((which!=1)? '' : '_over') + '.gif" width="112" height="17" border="0"></td>';
	str += '  </tr>';
	str += '  <tr> ';
	str += '    <td><img src="../images1/left_menu/icon_' + ((which>2)? 'ok' : 'no') + '.gif" width="18" height="18" border="0" alt=""><img src="../images1/left_menu/point_2' + ((which!=2)? '' : '_over') + '.gif" width="13" height="17"><img src="../images1/left_menu/view' + ((which!=2)? '' : '_over') + '.gif" width="69" height="17" border="0"></td>';
	str += '  </tr>';
	
	str += '  <tr> ';
	str += '    <td><img src="../images1/left_menu/icon_' + ((which>3)? 'ok' : 'no') + '.gif" width="18" height="18" border="0" alt=""><img src="../images1/left_menu/point_3' + ((which!=3)? '' : '_over') + '.gif" width="13" height="17"><img src="../images1/left_menu/delivery' + ((which!=3)? '' : '_over') + '.gif" width="78" height="17" border="0"></td>';
	str += '  </tr>';
	str += '  <tr> ';
	str += '    <td><img src="../images1/left_menu/icon_' + ((which>4)? 'ok' : 'no') + '.gif" width="18" height="18" border="0" alt=""><img src="../images1/left_menu/point_4' + ((which!=4)? '' : '_over') + '.gif" width="13" height="17"><img src="../images1/left_menu/payment' + ((which!=4)? '' : '_over') + '.gif" width="78" height="17" border="0"></td>';
	str += '  </tr>';
	str += '  <tr> ';
	str += '    <td><img src="../images1/left_menu/icon_' + ((which>5)? 'ok' : 'no') + '.gif" width="18" height="18" border="0" alt=""><img src="../images1/left_menu/point_5' + ((which!=5)? '' : '_over') + '.gif" width="13" height="17"><img src="../images1/left_menu/checkout' + ((which!=5)? '' : '_over') + '.gif" width="78" height="17" border="0"></td>';
	str += '  </tr>';
	str += '</table>';
	return(str);
}
